diff options
| author | Ted Gould <ted@gould.cx> | 2012-01-23 16:52:52 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2012-01-23 16:52:52 -0600 |
| commit | 7935501e7d6d05861dec0a1c603e3fd2308bf423 (patch) | |
| tree | 8d417a345c744dd46997e2f9011ba38803dd11a6 /libindicator/indicator-object.h | |
| parent | 1cf6a9761db8beefc8d2a73c2cf9903264424c66 (diff) | |
| parent | a1ed503a7513d46ca530dd9e853140f2981e69a3 (diff) | |
| download | libayatana-indicator-7935501e7d6d05861dec0a1c603e3fd2308bf423.tar.gz libayatana-indicator-7935501e7d6d05861dec0a1c603e3fd2308bf423.tar.bz2 libayatana-indicator-7935501e7d6d05861dec0a1c603e3fd2308bf423.zip | |
Put the parent pointer in the entry struct to make it easier for the implementers of the panel side
Diffstat (limited to 'libindicator/indicator-object.h')
| -rw-r--r-- | libindicator/indicator-object.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libindicator/indicator-object.h b/libindicator/indicator-object.h index bbc215a..b8b9a8b 100644 --- a/libindicator/indicator-object.h +++ b/libindicator/indicator-object.h @@ -152,6 +152,7 @@ struct _IndicatorObject { /** IndicatorObjectEntry: + @parent_object: The #IndicatorObject that created this entry @label: The label to be shown on the panel @image: The image to be shown on the panel @menu: The menu to be added to the menubar @@ -166,6 +167,7 @@ struct _IndicatorObject { @reserved4: Reserved for future use */ struct _IndicatorObjectEntry { + IndicatorObject * parent_object; GtkLabel * label; GtkImage * image; GtkMenu * menu; |
