aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-contact-manager.h')
-rw-r--r--libempathy/empathy-contact-manager.h17
1 files changed, 4 insertions, 13 deletions
diff --git a/libempathy/empathy-contact-manager.h b/libempathy/empathy-contact-manager.h
index 768301ae7..41144cf43 100644
--- a/libempathy/empathy-contact-manager.h
+++ b/libempathy/empathy-contact-manager.h
@@ -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