aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-connection-aggregator.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-29 23:55:51 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-30 20:02:16 +0800
commit0fe601d9ae8c727a1abbd0d59c3aa7b80cb2b936 (patch)
treeead5e129baf84d804420aabf7a518489e480120a /libempathy/empathy-connection-aggregator.h
parentbc690f37e7b0a49258b505653dd0cb94ffa48056 (diff)
downloadgsoc2013-empathy-0fe601d9ae8c727a1abbd0d59c3aa7b80cb2b936.tar
gsoc2013-empathy-0fe601d9ae8c727a1abbd0d59c3aa7b80cb2b936.tar.gz
gsoc2013-empathy-0fe601d9ae8c727a1abbd0d59c3aa7b80cb2b936.tar.bz2
gsoc2013-empathy-0fe601d9ae8c727a1abbd0d59c3aa7b80cb2b936.tar.lz
gsoc2013-empathy-0fe601d9ae8c727a1abbd0d59c3aa7b80cb2b936.tar.xz
gsoc2013-empathy-0fe601d9ae8c727a1abbd0d59c3aa7b80cb2b936.tar.zst
gsoc2013-empathy-0fe601d9ae8c727a1abbd0d59c3aa7b80cb2b936.zip
connection-aggregator: add API to track contacts
https://bugzilla.gnome.org/show_bug.cgi?id=660547
Diffstat (limited to 'libempathy/empathy-connection-aggregator.h')
-rw-r--r--libempathy/empathy-connection-aggregator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-connection-aggregator.h b/libempathy/empathy-connection-aggregator.h
index 6a7fb656e..c21c04dec 100644
--- a/libempathy/empathy-connection-aggregator.h
+++ b/libempathy/empathy-connection-aggregator.h
@@ -64,6 +64,9 @@ EmpathyConnectionAggregator * empathy_connection_aggregator_dup_singleton (void)
GList * empathy_connection_aggregator_get_all_groups (
EmpathyConnectionAggregator *self);
+GPtrArray * empathy_connection_aggregator_dup_all_contacts (
+ EmpathyConnectionAggregator *self);
+
G_END_DECLS
#endif /* #ifndef __EMPATHY_CONNECTION_AGGREGATOR_H__*/