aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contactinfo-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-contactinfo-utils.h')
-rw-r--r--libempathy-gtk/empathy-contactinfo-utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contactinfo-utils.h b/libempathy-gtk/empathy-contactinfo-utils.h
index 059085c84..ac9528e5f 100644
--- a/libempathy-gtk/empathy-contactinfo-utils.h
+++ b/libempathy-gtk/empathy-contactinfo-utils.h
@@ -26,8 +26,10 @@
G_BEGIN_DECLS
+typedef gchar * (* EmpathyContactInfoFormatFunc) (GStrv);
+
gboolean empathy_contact_info_lookup_field (const gchar *field_name,
- const gchar **title, gboolean *linkify);
+ const gchar **title, EmpathyContactInfoFormatFunc *linkify);
char *empathy_contact_info_field_label (const char *field_name,
GStrv parameters);