diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-12-15 22:19:54 -0500 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2011-12-19 12:51:12 -0500 |
commit | 5562d0a57a993dfc4f6a241e787fe36219e002b6 (patch) | |
tree | df2418c358b4d79cf8339f47c600cfec50b63a5b | |
parent | 080007d7cbdfe75b52420658c287e665ea6f2366 (diff) | |
download | gtk+-5562d0a57a993dfc4f6a241e787fe36219e002b6.tar.gz |
Forgotten file
-rw-r--r-- | gtk/gtkbuilderprivate.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkbuilderprivate.h b/gtk/gtkbuilderprivate.h index a7fc500443..f58da231bc 100644 --- a/gtk/gtkbuilderprivate.h +++ b/gtk/gtkbuilderprivate.h @@ -44,6 +44,12 @@ typedef struct { typedef struct { TagInfo tag; + gchar *id; + GHashTable *objects; +} MenuInfo; + +typedef struct { + TagInfo tag; GSList *packing_properties; GObject *object; CommonInfo *parent; |