]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact-manager.h
Use gtk_list_store_insert_with_values ()
[empathy.git] / libempathy / empathy-contact-manager.h
index aa2482dcb5eb88512799b7513b1a582a64e4e334..4d1493091c7e18403d22019e1755a3e2865fd1ce 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,10 @@ 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);
 
 G_END_DECLS