]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact-list.h
remove old school get_all_groups
[empathy.git] / libempathy / empathy-contact-list.h
index 3e90e8cacac8a171c6edff3e335deefb2dbb2a7d..a9149369bbcda3d23d0a8b615b1753fd796ec3f0 100644 (file)
@@ -26,7 +26,6 @@
 
 #include "empathy-types.h"
 #include "empathy-contact.h"
-#include "empathy-tp-group.h"
 
 G_BEGIN_DECLS
 
@@ -49,7 +48,6 @@ struct _EmpathyContactListIface {
                                               const gchar        *message);
        GList *          (*get_members)       (EmpathyContactList *list);
        GList *          (*get_pendings)      (EmpathyContactList *list);
-       GList *          (*get_all_groups)    (EmpathyContactList *list);
        GList *          (*get_groups)        (EmpathyContactList *list,
                                               EmpathyContact     *contact);
        void             (*add_to_group)      (EmpathyContactList *list,
@@ -63,8 +61,6 @@ struct _EmpathyContactListIface {
                                               const gchar        *new_group);
        void             (*remove_group)      (EmpathyContactList *list,
                                               const gchar        *group);
-       EmpathyContactMonitor *
-                        (*get_monitor)       (EmpathyContactList *list);
 };
 
 GType    empathy_contact_list_get_type          (void) G_GNUC_CONST;
@@ -76,7 +72,6 @@ void     empathy_contact_list_remove            (EmpathyContactList *list,
                                                 const gchar        *message);
 GList *  empathy_contact_list_get_members       (EmpathyContactList *list);
 GList *  empathy_contact_list_get_pendings      (EmpathyContactList *list);
-GList *  empathy_contact_list_get_all_groups    (EmpathyContactList *list);
 GList *  empathy_contact_list_get_groups        (EmpathyContactList *list,
                                                 EmpathyContact     *contact);
 void     empathy_contact_list_add_to_group      (EmpathyContactList *list,
@@ -90,8 +85,6 @@ void     empathy_contact_list_rename_group      (EmpathyContactList *list,
                                                 const gchar        *new_group);
 void    empathy_contact_list_remove_group      (EmpathyContactList *list,
                                                 const gchar        *group);
-EmpathyContactMonitor *
-         empathy_contact_list_get_monitor       (EmpathyContactList *list);
 
 G_END_DECLS