]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact-list.h
Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la.
[empathy.git] / libempathy / empathy-contact-list.h
index 96ab79e98896b5985fe32d91a1da9a004936713a..35575e1127b84eec2c8ab63205ff1c4a08ef2bc5 100644 (file)
@@ -61,6 +61,8 @@ struct _EmpathyContactListIface {
        void             (*rename_group)      (EmpathyContactList *list,
                                               const gchar        *old_group,
                                               const gchar        *new_group);
+       void             (*remove_group)      (EmpathyContactList *list,
+                                              const gchar        *group);
 };
 
 GType    empathy_contact_list_get_type          (void) G_GNUC_CONST;
@@ -84,6 +86,8 @@ void     empathy_contact_list_remove_from_group (EmpathyContactList *list,
 void     empathy_contact_list_rename_group      (EmpathyContactList *list,
                                                 const gchar        *old_group,
                                                 const gchar        *new_group);
+void    empathy_contact_list_remove_group      (EmpathyContactList *list,
+                                                const gchar        *group);
 
 G_END_DECLS