]> git.draconx.ca Git - gob-dx.git/blobdiff - src/treefuncs.def
Release 2.0.18
[gob-dx.git] / src / treefuncs.def
index d0ad4b3b59b2f198c84d279463c712277b10f57a..76e5e02b14bd77adea0f84dfc9164b2b912b1325 100644 (file)
@@ -12,7 +12,8 @@ enum {
        AD_CCODE,
        H_CCODE,
        HT_CCODE,
-       PH_CCODE
+       PH_CCODE,
+       CT_CCODE
 };
 
 /* check type */
@@ -56,7 +57,7 @@ CLASS Class
   STRING       otype   # this object class type
   STRING       ptype   # parent class type
   STRING       bonobo_object_class # Class for BonoboObject
-       BOOL glade_xml # Glade XML Class
+  BOOL         glade_xml # Glade XML Class
   STRING       chunk_size # if the object should be allocated with mem_chunks
   STRINGLIST   interfaces # GObject interfaces this class exports
   NODELIST     nodes
@@ -137,13 +138,13 @@ CLASS Method
   BOOL         vararg
   INT          unique_id       # A unique id for new methods
   BOOL         bonobo_object_func      # Function for BonoboObject
-               STRING  interface       # interface this belongs to
+  STRING       interface       # interface this belongs to
 ENDCLASS
 
 CLASS Variable
   INT          scope
   TYPE         vtype
-       BOOL glade_widget
+  BOOL         glade_widget
   STRING       id
   INT          line_no
   BOOL         destructor_unref
@@ -152,7 +153,7 @@ CLASS Variable
   BOOL         destructor_simple
   STRING       initializer
   INT          initializer_line
-       BOOL   initializer_simple
+  BOOL         initializer_simple
 ENDCLASS
 
 CLASS EnumDef