]> git.draconx.ca Git - gob-dx.git/blobdiff - src/treefuncs.def
Release 2.0.13
[gob-dx.git] / src / treefuncs.def
index d58b0206959fb39cb65220cae4f5a5389b8aea59..0c092c1e48491b742f352455ed1141ddacb05f7b 100644 (file)
@@ -56,6 +56,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