aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-manager.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-12-12 17:40:21 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-12-12 17:40:21 +0800
commita5bbfafd202f1d2e2019650481075c798cab9bfd (patch)
tree9836b9ac3c1f40265eb17fade7f558057f62ccf6 /libempathy/empathy-contact-manager.h
parent0b68efef3a59d0d9c64d51462cdb199055d8da81 (diff)
downloadgsoc2013-empathy-a5bbfafd202f1d2e2019650481075c798cab9bfd.tar
gsoc2013-empathy-a5bbfafd202f1d2e2019650481075c798cab9bfd.tar.gz
gsoc2013-empathy-a5bbfafd202f1d2e2019650481075c798cab9bfd.tar.bz2
gsoc2013-empathy-a5bbfafd202f1d2e2019650481075c798cab9bfd.tar.lz
gsoc2013-empathy-a5bbfafd202f1d2e2019650481075c798cab9bfd.tar.xz
gsoc2013-empathy-a5bbfafd202f1d2e2019650481075c798cab9bfd.tar.zst
gsoc2013-empathy-a5bbfafd202f1d2e2019650481075c798cab9bfd.zip
add empathy_contact_manager_can_add (Guillaume Desmottes)
svn path=/trunk/; revision=1962
Diffstat (limited to 'libempathy/empathy-contact-manager.h')
-rw-r--r--libempathy/empathy-contact-manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-contact-manager.h b/libempathy/empathy-contact-manager.h
index b744b44e4..80118a014 100644
--- a/libempathy/empathy-contact-manager.h
+++ b/libempathy/empathy-contact-manager.h
@@ -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