X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/a352a00ec1bf767c9d2655a9ecd966b03cfff24f..4f09fcd75bb0057d90c7431f7db57ca2c5a6c028:/src/treefuncs.def diff --git a/src/treefuncs.def b/src/treefuncs.def index e7a16b0..c0e8fcf 100644 --- a/src/treefuncs.def +++ b/src/treefuncs.def @@ -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