GNOME Bugzilla – Bug 593467
Unable to Inherit Gtk.ListStore
Last modified: 2010-03-20 14:51:38 UTC
When compiling the code below, it's complaining the following: undefined reference to `gtk_list_store_construct_newv' class CustListStore : Gtk.ListStore { public CustListStore(Type[] types) { base.newv(types); } } There is an entry in the vapi, but it can't seem to find it. [CCode (cname = "gtk_list_store_newv", has_construct_function = false)] public ListStore.newv ([CCode (array_length_pos = 0.9)] GLib.Type[] types);
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of bug 581362 ***