]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contactinfo-utils.h
Clean up #include directives in source files
[empathy.git] / libempathy-gtk / empathy-contactinfo-utils.h
index a49e807aae6463c919a358e147635b32575c7737..64514f09ddf4b0bcfd51c8f42bc0f8181084eb06 100644 (file)
 #ifndef __EMPATHY_CONTACTINFO_UTILS_H__
 #define __EMPATHY_CONTACTINFO_UTILS_H__
 
-#include <glib.h>
 #include <gtk/gtk.h>
-
-#include <telepathy-glib/connection.h>
+#include <telepathy-glib/telepathy-glib.h>
 
 G_BEGIN_DECLS
 
@@ -34,7 +32,8 @@ 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,
-    GStrv parameters);
+    GStrv parameters,
+    gboolean show_parameters);
 
 gint empathy_contact_info_field_cmp (TpContactInfoField *field1,
     TpContactInfoField *field2);