X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/a8ea1a669f332b0ed29c6271896476f59f357533..5d4e3f65125a1e67702b7fbd4096d5e2fd3ec798:/src/treefuncs.def diff --git a/src/treefuncs.def b/src/treefuncs.def index d58b020..d0ad4b3 100644 --- a/src/treefuncs.def +++ b/src/treefuncs.def @@ -9,6 +9,7 @@ enum { A_CCODE, AT_CCODE, C_CCODE, + AD_CCODE, H_CCODE, HT_CCODE, PH_CCODE @@ -40,6 +41,9 @@ enum { REGULAR_METHOD, INIT_METHOD, CLASS_INIT_METHOD, + CONSTRUCTOR_METHOD, + DISPOSE_METHOD, + FINALIZE_METHOD, VIRTUAL_METHOD, SIGNAL_LAST_METHOD, SIGNAL_FIRST_METHOD, @@ -56,6 +60,7 @@ CLASS 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 @@ -123,6 +128,7 @@ CLASS Method STRINGLIST flags # G_SIGNAL_* flags for a signal STRING id NODELIST args + STRING funcattrs # GLib function attribute macros STRING onerror STRING defreturn STRING cbuf