aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-roster-view.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-28 20:22:50 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-14 15:21:49 +0800
commit043d63caaf16e09c291f0dcd28068e0efbf97bdb (patch)
treef5a8bb5d2ba64939a6f586cca354ff24a0506446 /libempathy-gtk/empathy-roster-view.c
parentb7e72c53ffe6a02482b57e5ee565881b313e4d43 (diff)
downloadgsoc2013-empathy-043d63caaf16e09c291f0dcd28068e0efbf97bdb.tar
gsoc2013-empathy-043d63caaf16e09c291f0dcd28068e0efbf97bdb.tar.gz
gsoc2013-empathy-043d63caaf16e09c291f0dcd28068e0efbf97bdb.tar.bz2
gsoc2013-empathy-043d63caaf16e09c291f0dcd28068e0efbf97bdb.tar.lz
gsoc2013-empathy-043d63caaf16e09c291f0dcd28068e0efbf97bdb.tar.xz
gsoc2013-empathy-043d63caaf16e09c291f0dcd28068e0efbf97bdb.tar.zst
gsoc2013-empathy-043d63caaf16e09c291f0dcd28068e0efbf97bdb.zip
add empathy-roster-group
Diffstat (limited to 'libempathy-gtk/empathy-roster-view.c')
-rw-r--r--libempathy-gtk/empathy-roster-view.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-roster-view.c b/libempathy-gtk/empathy-roster-view.c
index fb41dfbe0..0212ee1aa 100644
--- a/libempathy-gtk/empathy-roster-view.c
+++ b/libempathy-gtk/empathy-roster-view.c
@@ -5,6 +5,7 @@
#include <glib/gi18n-lib.h>
#include <libempathy-gtk/empathy-roster-contact.h>
+#include <libempathy-gtk/empathy-roster-group.h>
G_DEFINE_TYPE (EmpathyRosterView, empathy_roster_view, EGG_TYPE_LIST_BOX)
@@ -40,6 +41,8 @@ struct _EmpathyRosterViewPriv
* I prefer to stay coherent in the way this hash is managed.
*/
GHashTable *roster_contacts;
+ /* (gchar *group_name) -> EmpathyRosterGroup (borrowed) */
+ GHashTable *roster_groups;
gboolean show_offline;
gboolean show_groups;