]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-roster-group.h
Fix broken nl translation
[empathy.git] / libempathy-gtk / empathy-roster-group.h
index 314ed3b58ebc4327a9f379be95e1e55dbfa170e6..d5ad70e57fdb6c24119d64e2bcc3260f0d87f608 100644 (file)
@@ -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);
@@ -46,7 +49,8 @@ GType empathy_roster_group_get_type (void);
     EMPATHY_TYPE_ROSTER_GROUP, \
     EmpathyRosterGroupClass))
 
-GtkWidget * empathy_roster_group_new (const gchar *name);
+GtkWidget * empathy_roster_group_new (const gchar *name,
+    const gchar *icon);
 
 const gchar * empathy_roster_group_get_name (EmpathyRosterGroup *self);