diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-04-14 12:44:49 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-10-21 06:42:23 +0800 |
commit | 56c72cd7a01d0e52d32ba5a47967c8c6e7fde766 (patch) | |
tree | 83786c831d585990959ff83d69805d21c06c2a56 /libempathy-gtk/empathy-contactinfo-utils.h | |
parent | 558a3d0590e8dbd4f56e8a96dd9b023eb3241541 (diff) | |
download | gsoc2013-empathy-56c72cd7a01d0e52d32ba5a47967c8c6e7fde766.tar gsoc2013-empathy-56c72cd7a01d0e52d32ba5a47967c8c6e7fde766.tar.gz gsoc2013-empathy-56c72cd7a01d0e52d32ba5a47967c8c6e7fde766.tar.bz2 gsoc2013-empathy-56c72cd7a01d0e52d32ba5a47967c8c6e7fde766.tar.lz gsoc2013-empathy-56c72cd7a01d0e52d32ba5a47967c8c6e7fde766.tar.xz gsoc2013-empathy-56c72cd7a01d0e52d32ba5a47967c8c6e7fde766.tar.zst gsoc2013-empathy-56c72cd7a01d0e52d32ba5a47967c8c6e7fde766.zip |
Port contact-widget to contactinfo-utils
This is a reworking, rather than rebasing of the original patch because of
large changes in the codebase.
Diffstat (limited to 'libempathy-gtk/empathy-contactinfo-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-contactinfo-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contactinfo-utils.h b/libempathy-gtk/empathy-contactinfo-utils.h index ac9528e5f..1d89ff229 100644 --- a/libempathy-gtk/empathy-contactinfo-utils.h +++ b/libempathy-gtk/empathy-contactinfo-utils.h @@ -28,6 +28,7 @@ G_BEGIN_DECLS typedef gchar * (* EmpathyContactInfoFormatFunc) (GStrv); +const char **empathy_contact_info_get_field_names (guint *nnames); gboolean empathy_contact_info_lookup_field (const gchar *field_name, const gchar **title, EmpathyContactInfoFormatFunc *linkify); char *empathy_contact_info_field_label (const char *field_name, |