From: Salvatore Iovene Date: Sun, 6 Dec 2009 11:06:59 +0000 (+0200) Subject: Add a pointer to the widget a section should return in the interface class. X-Git-Tag: 0.0.1~1^2~33 X-Git-Url: http://git.maemo.org/git/?p=tweakr;a=commitdiff_plain;h=74f16ae319fd5979d4a21deb982b39f610f8981d Add a pointer to the widget a section should return in the interface class. --- diff --git a/libmaemo-tweaks-section/maemo-tweaks-section.h b/libmaemo-tweaks-section/maemo-tweaks-section.h index e36ca51..052d233 100644 --- a/libmaemo-tweaks-section/maemo-tweaks-section.h +++ b/libmaemo-tweaks-section/maemo-tweaks-section.h @@ -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