]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-string-parser.h
individual_view_drag_end: remove the auto scroll
[empathy.git] / libempathy-gtk / empathy-string-parser.h
index db646d60b9190457b1b3445ad2ed510004d15e08..78a822652a1b6645f80fd9877415f61e93e6b9f4 100644 (file)
@@ -82,6 +82,11 @@ empathy_string_replace_escaped (const gchar *text,
                                gpointer match_data,
                                gpointer user_data);
 
+/* Returns a new string with <a> html tag around links, and escape the rest.
+ * To be used with gtk_label_set_markup() for example */
+gchar *
+empathy_add_link_markup (const gchar *text);
+
 G_END_DECLS
 
 #endif /*  __EMPATHY_STRING_PARSER_H__ */