Add a pointer to the widget a section should return in the interface class.
authorSalvatore Iovene <salvatore@iovene.com>
Sun, 6 Dec 2009 11:06:59 +0000 (13:06 +0200)
committerSalvatore Iovene <salvatore@iovene.com>
Sun, 6 Dec 2009 11:06:59 +0000 (13:06 +0200)
libmaemo-tweaks-section/maemo-tweaks-section.h

index e36ca51..052d233 100644 (file)
@@ -33,6 +33,9 @@ typedef struct _MaemoTweaksSectionClass MaemoTweaksSectionClass;
 struct _MaemoTweaksSection
 {
     GObject  parent_instance;
+
+    /* The widget that the section populates (usually a vbox */
+    GtkWidget *widget;
 };
 
 struct _MaemoTweaksSectionClass