From 97f3aec6da2eed048d878611667381a773980e59 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 29 Nov 2011 14:01:12 +0100 Subject: add empathy_connection_aggregator_get_all_groups() https://bugzilla.gnome.org/show_bug.cgi?id=665121 --- 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 a6a2726b7..6a7fb656e 100644 --- a/libempathy/empathy-connection-aggregator.h +++ b/libempathy/empathy-connection-aggregator.h @@ -61,6 +61,9 @@ GType empathy_connection_aggregator_get_type (void); EmpathyConnectionAggregator * empathy_connection_aggregator_dup_singleton (void); +GList * empathy_connection_aggregator_get_all_groups ( + EmpathyConnectionAggregator *self); + G_END_DECLS #endif /* #ifndef __EMPATHY_CONNECTION_AGGREGATOR_H__*/ -- cgit v1.2.3