]> git.draconx.ca Git - gob-dx.git/blobdiff - src/test.gob
Release 0.93.4
[gob-dx.git] / src / test.gob
index edf22494cca479c13b8cdb534369999c169a70ad..8447a9339b0cee51e47eb8dc827b799d40b7c828 100644 (file)
@@ -58,6 +58,9 @@ class Gtk:Weird:Button from Gtk:Button {
                destroywith gtk_object_unref;
        argument POINTER testingobj objectlink;
 
+       classwide int foo = 20;
+       argument INT foo link;
+
        public Gtk:Object * testingobj2
                destroy {
                        if(VAR)
@@ -277,6 +280,14 @@ class Gtk:Weird:Button from Gtk:Button {
                /*foo*/
                return w;
        }
+
+       /* testing NONE */
+       signal BOOL (NONE)
+       gboolean
+       test_none_thing (self)
+       {
+               return FALSE;
+       }
        /* testing empty statements */
        ;
        ;