]> git.draconx.ca Git - gob-dx.git/blobdiff - examples/my-person.gob
Release 1.0.3
[gob-dx.git] / examples / my-person.gob
index 06a0aaaa5608534fd186b1803167632e47df0c90..cad0672fd22ea5f8589df0bdd48ac16b8f3b9131 100644 (file)
@@ -91,4 +91,10 @@ class My:Person from Gtk:Object {
                g_free(MY_PERSON(self)->name);
                PARENT_HANDLER(self);
        }
+
+       public GtkObject *
+       new(void)
+       {
+               return (GtkObject *)GET_NEW;
+       }
 }