]> git.draconx.ca Git - gob-dx.git/blobdiff - src/treefuncs.h
Release 2.0.13
[gob-dx.git] / src / treefuncs.h
index e134553c75353b955121c7d466fe3007bbe191c6..b21c24186c3c6ccce7eceeddcbae3b3533c58205 100644 (file)
@@ -114,9 +114,11 @@ struct _Class {
        char * otype;
        char * ptype;
        char * bonobo_object_class;
+       gboolean glade_xml;
        char * chunk_size;
        GList * interfaces;
        GList * nodes;
+       gboolean abstract;
 };
 
 struct _EnumDef {
@@ -207,6 +209,7 @@ struct _Variable {
        NodeType type;
        int scope;
        Type * vtype;
+       gboolean glade_widget;
        char * id;
        int line_no;
        gboolean destructor_unref;
@@ -215,6 +218,7 @@ struct _Variable {
        gboolean destructor_simple;
        char * initializer;
        int initializer_line;
+       gboolean initializer_simple;
 };
 
 union _Node {