]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contact-list-store.h
Do not take show_groups in empathy_contact_list_store_new
[empathy.git] / libempathy-gtk / empathy-contact-list-store.h
index 0dd6e43ac96ecd6c22b33932b8495c29f06969a4..6766a4e978f2553f58c9c3a87ac5472ed680fa81 100644 (file)
@@ -73,8 +73,7 @@ struct _EmpathyContactListStoreClass {
 };
 
 GType                      empathy_contact_list_store_get_type           (void) G_GNUC_CONST;
-EmpathyContactListStore *  empathy_contact_list_store_new                (EmpathyContactList         *list_iface,
-                                                                         gboolean                    show_groups);
+EmpathyContactListStore *  empathy_contact_list_store_new                (EmpathyContactList         *list_iface);
 EmpathyContactList *       empathy_contact_list_store_get_list_iface     (EmpathyContactListStore     *store);
 gboolean                   empathy_contact_list_store_get_show_offline   (EmpathyContactListStore     *store);
 void                       empathy_contact_list_store_set_show_offline   (EmpathyContactListStore     *store,