aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-individual-manager.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-03 23:11:47 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-14 17:34:45 +0800
commit6ef0203c6af78e37a6e7de79dd2bae7de870d62d (patch)
tree235e1787f7edf4d9a740881028c98b18fd5cfac4 /libempathy/empathy-individual-manager.h
parent45fea3c1ff003d49510819a9dd713b5d23a18244 (diff)
downloadgsoc2013-empathy-6ef0203c6af78e37a6e7de79dd2bae7de870d62d.tar
gsoc2013-empathy-6ef0203c6af78e37a6e7de79dd2bae7de870d62d.tar.gz
gsoc2013-empathy-6ef0203c6af78e37a6e7de79dd2bae7de870d62d.tar.bz2
gsoc2013-empathy-6ef0203c6af78e37a6e7de79dd2bae7de870d62d.tar.lz
gsoc2013-empathy-6ef0203c6af78e37a6e7de79dd2bae7de870d62d.tar.xz
gsoc2013-empathy-6ef0203c6af78e37a6e7de79dd2bae7de870d62d.tar.zst
gsoc2013-empathy-6ef0203c6af78e37a6e7de79dd2bae7de870d62d.zip
individual-manager: add API to know when contacts have been loaded from folks
https://bugzilla.gnome.org/show_bug.cgi?id=656097
Diffstat (limited to 'libempathy/empathy-individual-manager.h')
-rw-r--r--libempathy/empathy-individual-manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-individual-manager.h b/libempathy/empathy-individual-manager.h
index 0d5cc74d4..ec7603882 100644
--- a/libempathy/empathy-individual-manager.h
+++ b/libempathy/empathy-individual-manager.h
@@ -90,5 +90,8 @@ void empathy_individual_manager_set_blocked (EmpathyIndividualManager *self,
gboolean blocked,
gboolean abusive);
+gboolean empathy_individual_manager_get_contacts_loaded (
+ EmpathyIndividualManager *self);
+
G_END_DECLS
#endif /* __EMPATHY_INDIVIDUAL_MANAGER_H__ */