]> git.draconx.ca Git - gob-dx.git/blobdiff - src/test.gob
Release 0.90.1
[gob-dx.git] / src / test.gob
index 42adca4862b36709d5261e5202f138c7b54b1d47..bac330a3e47a4ea53a0a9e1c6c4377aedff2e2d1 100644 (file)
@@ -49,6 +49,10 @@ class Gtk:Weird:Button from Gtk:Button {
                if (GTK_CONTAINER_CLASS (parent_class)->add)
                        (* GTK_CONTAINER_CLASS (parent_class)->add) (self,wid);
        }
+       public int consttest(self, const gchar *text, ...)
+       {
+               return 25;
+       }
 }
 
 %{