From 2e9c6f70f0291f84b266915620930d97dec1a467 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 3 Mar 2010 15:48:07 +0100 Subject: New function empathy_add_link_markup() to be used with gtk_label_set_markup() --- libempathy-gtk/empathy-string-parser.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy-gtk/empathy-string-parser.h') diff --git a/libempathy-gtk/empathy-string-parser.h b/libempathy-gtk/empathy-string-parser.h index db646d60b..aec741add 100644 --- a/libempathy-gtk/empathy-string-parser.h +++ b/libempathy-gtk/empathy-string-parser.h @@ -82,6 +82,9 @@ empathy_string_replace_escaped (const gchar *text, gpointer match_data, gpointer user_data); +gchar * +empathy_add_link_markup (const gchar *text); + G_END_DECLS #endif /* __EMPATHY_STRING_PARSER_H__ */ -- cgit v1.2.3