]> git.draconx.ca Git - gob-dx.git/blobdiff - examples/my-person2.gob
Release 1.0.3
[gob-dx.git] / examples / my-person2.gob
index 749bfb0d437be835197c897d25df7ab73f62eeea..b7f23ed37e0d82710000294349583973943887a4 100644 (file)
@@ -70,4 +70,10 @@ class My:Person2 from Gtk:Object {
                /* death is imminent if we shoot oneself in the head */
                death(self, (long)time(NULL));
        }
+
+       public GtkObject *
+       new(void)
+       {
+               return (GtkObject *)GET_NEW;
+       }
 }