X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/4cda31fc14f41746b4f3ced7015f9f15e0168dfc..4d534c82fb65897999ade6867534ab952a9bc019:/src/treefuncs.def diff --git a/src/treefuncs.def b/src/treefuncs.def index b5c693f..0c092c1 100644 --- a/src/treefuncs.def +++ b/src/treefuncs.def @@ -52,9 +52,11 @@ 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 STRING chunk_size # if the object should be allocated with mem_chunks STRINGLIST interfaces # GObject interfaces this class exports NODELIST nodes + BOOL abstract # if G_TYPE_FLAG_ABSTRACT should be used ENDCLASS CLASS Type @@ -130,12 +132,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 STRING id INT line_no BOOL destructor_unref @@ -144,6 +147,7 @@ CLASS Variable BOOL destructor_simple STRING initializer INT initializer_line + BOOL initializer_simple ENDCLASS CLASS EnumDef