aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-connection-aggregator.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-29 23:48:11 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-29 23:48:11 +0800
commitf1a9c6deaa7f706df73cb4e1195647a2a27177c6 (patch)
tree8718faead1a6ef9feed652fca4d946e14dec82cc /libempathy/empathy-connection-aggregator.h
parentb5764db7cf39aeaaabc261ece49c57776540a0be (diff)
downloadgsoc2013-empathy-f1a9c6deaa7f706df73cb4e1195647a2a27177c6.tar
gsoc2013-empathy-f1a9c6deaa7f706df73cb4e1195647a2a27177c6.tar.gz
gsoc2013-empathy-f1a9c6deaa7f706df73cb4e1195647a2a27177c6.tar.bz2
gsoc2013-empathy-f1a9c6deaa7f706df73cb4e1195647a2a27177c6.tar.lz
gsoc2013-empathy-f1a9c6deaa7f706df73cb4e1195647a2a27177c6.tar.xz
gsoc2013-empathy-f1a9c6deaa7f706df73cb4e1195647a2a27177c6.tar.zst
gsoc2013-empathy-f1a9c6deaa7f706df73cb4e1195647a2a27177c6.zip
WIP
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__*/