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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contactinfo-utils.h b/libempathy-gtk/empathy-contactinfo-utils.h
index 1d89ff229..a49e807aa 100644
--- a/libempathy-gtk/empathy-contactinfo-utils.h
+++ b/libempathy-gtk/empathy-contactinfo-utils.h
@@ -22,6 +22,8 @@
#define __EMPATHY_CONTACTINFO_UTILS_H__
#include <glib.h>
+#include <gtk/gtk.h>
+
#include <telepathy-glib/connection.h>
G_BEGIN_DECLS
@@ -39,6 +41,10 @@ gint empathy_contact_info_field_cmp (TpContactInfoField *field1,
gint empathy_contact_info_field_spec_cmp (TpContactInfoFieldSpec *spec1,
TpContactInfoFieldSpec *spec2);
+GtkWidget * empathy_contact_info_create_channel_list_label (TpAccount *account,
+ GList *info,
+ guint row);
+
G_END_DECLS
#endif /* __EMPATHY_UTILS_H__ */