]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contact-chooser.h
Be more compatible with Facebook emoticon codes
[empathy.git] / libempathy-gtk / empathy-contact-chooser.h
index 87466beb8716f13a9f081f2612d4df22861a9363..fa1c703a82af6d3f540247c88637837ab8dd3b96 100644 (file)
 #define __EMPATHY_CONTACT_CHOOSER_H__
 
 #include <gtk/gtk.h>
-
-#include <telepathy-glib/account.h>
-
-#include "libempathy/empathy-tp-chat.h"
+#include <folks/folks.h>
 
 G_BEGIN_DECLS
 
@@ -64,6 +61,9 @@ void empathy_contact_chooser_set_filter_func (EmpathyContactChooser *self,
 void empathy_contact_chooser_show_search_entry (EmpathyContactChooser *self,
     gboolean show);
 
+void empathy_contact_chooser_show_tree_view (EmpathyContactChooser *self,
+    gboolean show);
+
 G_END_DECLS
 
 #endif