]> git.draconx.ca Git - gob-dx.git/blobdiff - src/treefuncs.def
Release 1.0.11
[gob-dx.git] / src / treefuncs.def
index dc720080b75dd7fcbe878a18ebbcf3dfc7123798..c0e8fcf6873a26f8ca4b7350c17350025ed66c8d 100644 (file)
@@ -45,12 +45,14 @@ ENDHEADER
 CLASS Class
   STRING       otype   # this object class type
   STRING       ptype   # parent class type
+  STRING       bonobo_x_class # Class for BonoboXObject
+  STRING       chunk_size # if the object should be allocated with mem_chunks
   NODELIST     nodes
 ENDCLASS
 
 CLASS Type
-  INT          stars
-  STRING       name
+  STRING       name    # the specifier part
+  STRING       pointer # the pointer part
   STRING       postfix
 ENDCLASS
 
@@ -99,6 +101,7 @@ CLASS Method
   INT          ccode_line
   BOOL         vararg
   INT          unique_id       # A unique id for new methods
+  BOOL         bonobo_x_func   # Function for BonoboXObject
 ENDCLASS
 
 CLASS Variable