GNOME Bugzilla – Bug 625982
Handle GObject subclasses in the property helper.
Last modified: 2011-01-17 16:57:49 UTC
Only gobject.GObject is supported, but its subclasses are not.
Created attachment 167073 [details] [review] Handle GObject subclasses in the property helper.
It works perfect here with a gedit plugin.
Created attachment 167100 [details] [review] Handle GObject subclasses in the property helper. Now uses the right gtype for GObject subclasses instead of GOBJECT_TYPE.
Review of attachment 167100 [details] [review]: Good. Any test case?
Not yet
Created attachment 178525 [details] [review] Handle GObject subclasses in the property helper.
Created attachment 178528 [details] [review] Handle GObject subclasses in the property helper.
Review of attachment 178528 [details] [review]: Good. Thanks.
Attachment 178528 [details] pushed as 7cc8ac3 - Handle GObject subclasses in the property helper.