]> git.draconx.ca Git - gob-dx.git/blobdiff - src/test.gob
Release 0.93.2
[gob-dx.git] / src / test.gob
index 402f69ccb839a18d959c8f2fe814875e436f0764..edf22494cca479c13b8cdb534369999c169a70ad 100644 (file)
@@ -167,7 +167,7 @@ class Gtk:Weird:Button from Gtk:Button {
         *zblunk*******//**//**/
        signal first NONE (NONE)
        void bloh(self);
-       virtual void * bah(self, int h (check > 0)) onerror NULL {
+       virtual void * bah(self, int h (check > 0)) onerror NULL defreturn 0 {
                beh(self,h);
                return NULL;
        }
@@ -273,7 +273,7 @@ class Gtk:Weird:Button from Gtk:Button {
        }
 
        public signal (NO_HOOKS) last INT (INT)
-       int testflags(self, int w (check > 0)) {
+       int testflags(self, int w (check > 0)) defreturn -99 {
                /*foo*/
                return w;
        }