]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact-manager.h
add empathy_contact_manager_can_add (Guillaume Desmottes)
[empathy.git] / libempathy / empathy-contact-manager.h
index b744b44e49d7adeb62ac8a9360feaf2929744654..80118a014fc779e1411ff032a35667e26ad6ff71 100644 (file)
@@ -55,6 +55,8 @@ 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);
+gboolean empathy_contact_manager_can_add (EmpathyContactManager *manager,
+                                                        McAccount             *account);
 
 G_END_DECLS