diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-09-08 11:31:00 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-10-21 06:42:23 +0800 |
commit | 558a3d0590e8dbd4f56e8a96dd9b023eb3241541 (patch) | |
tree | adb097aaca5b5335ebdfa2660158378a503fefe8 /libempathy-gtk/empathy-contactinfo-utils.h | |
parent | cf23dd409cc36a8f692bf0db4f28e505da8633f8 (diff) | |
download | gsoc2013-empathy-558a3d0590e8dbd4f56e8a96dd9b023eb3241541.tar gsoc2013-empathy-558a3d0590e8dbd4f56e8a96dd9b023eb3241541.tar.gz gsoc2013-empathy-558a3d0590e8dbd4f56e8a96dd9b023eb3241541.tar.bz2 gsoc2013-empathy-558a3d0590e8dbd4f56e8a96dd9b023eb3241541.tar.lz gsoc2013-empathy-558a3d0590e8dbd4f56e8a96dd9b023eb3241541.tar.xz gsoc2013-empathy-558a3d0590e8dbd4f56e8a96dd9b023eb3241541.tar.zst gsoc2013-empathy-558a3d0590e8dbd4f56e8a96dd9b023eb3241541.zip |
Incorporate updates from empathy-contact-widget into contactinfo-utils
Update empathy-individual-widget for these changes. This comes from the rebase
of this branch.
Diffstat (limited to 'libempathy-gtk/empathy-contactinfo-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-contactinfo-utils.h | 4 |
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); |