aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-roster-group.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-roster-group.h')
-rw-r--r--libempathy-gtk/empathy-roster-group.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-roster-group.h b/libempathy-gtk/empathy-roster-group.h
index 405455bf5..d5ad70e57 100644
--- a/libempathy-gtk/empathy-roster-group.h
+++ b/libempathy-gtk/empathy-roster-group.h
@@ -12,14 +12,17 @@ typedef struct _EmpathyRosterGroupPriv EmpathyRosterGroupPriv;
struct _EmpathyRosterGroupClass
{
/*<private>*/
- GtkExpanderClass parent_class;
+ GtkListBoxRowClass parent_class;
};
struct _EmpathyRosterGroup
{
/*<private>*/
- GtkExpander parent;
+ GtkListBoxRow parent;
EmpathyRosterGroupPriv *priv;
+
+ /*<public>*/
+ GtkExpander *expander;
};
GType empathy_roster_group_get_type (void);