]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact-manager.h
add myself to AUTHORS
[empathy.git] / libempathy / empathy-contact-manager.h
index fbe9e2df01b58fffe41394204b03859308609e38..97e21464ac54c092f553afde54af80c7f5801f05 100644 (file)
@@ -50,10 +50,12 @@ struct _EmpathyContactManagerClass {
 };
 
 GType                  empathy_contact_manager_get_type (void) G_GNUC_CONST;
+gboolean               empathy_contact_manager_initialized (void);
 EmpathyContactManager *empathy_contact_manager_dup_singleton  (void);
 EmpathyTpContactList * empathy_contact_manager_get_list (EmpathyContactManager *manager,
                                                         TpConnection          *connection);
-gboolean               empathy_contact_manager_can_add  (EmpathyContactManager *manager,
+EmpathyContactListFlags empathy_contact_manager_get_flags_for_connection (
+                                                        EmpathyContactManager *manager,
                                                         TpConnection          *connection);
 
 G_END_DECLS