X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/489e97ede850a8de01ca3bd653dce9c25dcd54a1..96e3b08533ea7fc6bd4b4de58849da0dec72411c:/src/test.gob diff --git a/src/test.gob b/src/test.gob index 9dca3c8..776c035 100644 --- a/src/test.gob +++ b/src/test.gob @@ -108,9 +108,13 @@ class Test:Object from G:Object argument POINTER testingstring stringlink; public Test:Object * testingobj - destroywith g_object_unref; + unrefwith g_object_unref; argument POINTER testingobj objectlink; + public Test:Object * testingobjfoo + unref { if (VAR) g_object_unref (VAR); }; + argument POINTER testingobjfoo objectlink; + classwide int foo = 20; argument INT foo link;