]> git.draconx.ca Git - gob-dx.git/blobdiff - src/test.gob
Release 0.93.3
[gob-dx.git] / src / test.gob
index edf22494cca479c13b8cdb534369999c169a70ad..98d861421ea6c3a9849dd3fe54b2f2291645494d 100644 (file)
@@ -277,6 +277,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 */
        ;
        ;