]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact-manager.h
Add empathy_tp_chat_get_connection() to direct access the channel's connection.
[empathy.git] / libempathy / empathy-contact-manager.h
index b744b44e49d7adeb62ac8a9360feaf2929744654..fbe9e2df01b58fffe41394204b03859308609e38 100644 (file)
@@ -24,8 +24,6 @@
 
 #include <glib.h>
 
-#include <libmissioncontrol/mc-account.h>
-
 #include "empathy-contact.h"
 #include "empathy-tp-contact-list.h"
 #include "empathy-contact-list.h"
@@ -52,9 +50,11 @@ struct _EmpathyContactManagerClass {
 };
 
 GType                  empathy_contact_manager_get_type (void) G_GNUC_CONST;
-EmpathyContactManager *empathy_contact_manager_new      (void);
+EmpathyContactManager *empathy_contact_manager_dup_singleton  (void);
 EmpathyTpContactList * empathy_contact_manager_get_list (EmpathyContactManager *manager,
-                                                        McAccount             *account);
+                                                        TpConnection          *connection);
+gboolean               empathy_contact_manager_can_add  (EmpathyContactManager *manager,
+                                                        TpConnection          *connection);
 
 G_END_DECLS