]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact-manager.h
Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459540...
[empathy.git] / libempathy / empathy-contact-manager.h
index 768301ae72aad05fd202901acefcc395c6c9f3f0..41144cf43cfd2685425e2f4c7e05edc02380136a 100644 (file)
@@ -51,19 +51,10 @@ struct _EmpathyContactManagerClass {
        GObjectClass parent_class;
 };
 
-GType                  empathy_contact_manager_get_type     (void) G_GNUC_CONST;
-EmpathyContactManager *empathy_contact_manager_new          (void);
-EmpathyTpContactList * empathy_contact_manager_get_list     (EmpathyContactManager *manager,
-                                                            McAccount             *account);
-EmpathyContact *        empathy_contact_manager_get_user     (EmpathyContactManager *manager,
-                                                            McAccount             *account);
-EmpathyContact *        empathy_contact_manager_create       (EmpathyContactManager *manager,
-                                                            McAccount             *account,
-                                                            const gchar           *id);
-void                   empathy_contact_manager_rename_group (EmpathyContactManager *manager,
-                                                            const gchar           *old_group,
-                                                            const gchar           *new_group);
-GList *                empathy_contact_manager_get_groups   (EmpathyContactManager *manager);
+GType                  empathy_contact_manager_get_type (void) G_GNUC_CONST;
+EmpathyContactManager *empathy_contact_manager_new      (void);
+EmpathyTpContactList * empathy_contact_manager_get_list (EmpathyContactManager *manager,
+                                                        McAccount             *account);
 
 G_END_DECLS