GNOME Bugzilla – Bug 759405
mark some methods of Gtk.Buildable as virtual
Last modified: 2018-05-22 15:29:04 UTC
Created attachment 317304 [details] [review] Patch to mark some methods of Gtk.Buildable as virtual Even when iface->get_name is NULL, gtk_buildable_get_name will execute some default behavior and not crash. It should therefore be marked as virtual (instead of abstract) I think. Same with a few other methods in this patch.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/vala/issues/517.