Forgotten file

This commit is contained in:
Matthias Clasen 2011-12-15 22:19:54 -05:00 committed by Ryan Lortie
parent 080007d7cb
commit 5562d0a57a

View File

@ -42,6 +42,12 @@ typedef struct {
CommonInfo *parent;
} ObjectInfo;
typedef struct {
TagInfo tag;
gchar *id;
GHashTable *objects;
} MenuInfo;
typedef struct {
TagInfo tag;
GSList *packing_properties;