]> git.draconx.ca Git - gob-dx.git/blobdiff - src/treefuncs.def
Release 1.0.9
[gob-dx.git] / src / treefuncs.def
index e7a16b001b47d8455822756ff75f340869aabcca..c0e8fcf6873a26f8ca4b7350c17350025ed66c8d 100644 (file)
@@ -45,6 +45,7 @@ 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
@@ -100,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