X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/38fac18bf81df672821ebbac4130ce41f0a6c61f..a8ea1a669f332b0ed29c6271896476f59f357533:/src/treefuncs.def diff --git a/src/treefuncs.def b/src/treefuncs.def index d410772..d58b020 100644 --- a/src/treefuncs.def +++ b/src/treefuncs.def @@ -52,6 +52,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 STRING chunk_size # if the object should be allocated with mem_chunks STRINGLIST interfaces # GObject interfaces this class exports NODELIST nodes @@ -103,6 +104,7 @@ CLASS Property STRING maximum STRING default_value STRING extra_gtktype + BOOL override BOOL link BOOL export STRING get @@ -129,12 +131,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 @@ -143,6 +146,7 @@ CLASS Variable BOOL destructor_simple STRING initializer INT initializer_line + BOOL initializer_simple ENDCLASS CLASS EnumDef