]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact-manager.h
add myself to AUTHORS
[empathy.git] / libempathy / empathy-contact-manager.h
index aa2482dcb5eb88512799b7513b1a582a64e4e334..97e21464ac54c092f553afde54af80c7f5801f05 100644 (file)
 
 #include <glib.h>
 
-#include <libmissioncontrol/mc-account.h>
-
 #include "empathy-contact.h"
 #include "empathy-tp-contact-list.h"
 #include "empathy-contact-list.h"
-#include "empathy-contact-monitor.h"
 
 G_BEGIN_DECLS
 
@@ -53,11 +50,13 @@ struct _EmpathyContactManagerClass {
 };
 
 GType                  empathy_contact_manager_get_type (void) G_GNUC_CONST;
-EmpathyContactManager *empathy_contact_manager_new      (void);
+gboolean               empathy_contact_manager_initialized (void);
+EmpathyContactManager *empathy_contact_manager_dup_singleton  (void);
 EmpathyTpContactList * empathy_contact_manager_get_list (EmpathyContactManager *manager,
-                                                        McAccount             *account);
-gboolean               empathy_contact_manager_can_add  (EmpathyContactManager *manager,
-                                                        McAccount             *account);
+                                                        TpConnection          *connection);
+EmpathyContactListFlags empathy_contact_manager_get_flags_for_connection (
+                                                        EmpathyContactManager *manager,
+                                                        TpConnection          *connection);
 
 G_END_DECLS