From 0fe601d9ae8c727a1abbd0d59c3aa7b80cb2b936 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 29 Nov 2011 16:55:51 +0100 Subject: connection-aggregator: add API to track contacts https://bugzilla.gnome.org/show_bug.cgi?id=660547 --- libempathy/empathy-connection-aggregator.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy/empathy-connection-aggregator.h') 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__*/ -- cgit v1.2.3