GNOME Bugzilla – Bug 703456
Cannot register a property that is an interface
Last modified: 2013-07-02 23:29:12 UTC
Created attachment 248214 [details] [review] Allow registering a property that is an interface GObject.property(type=Gio.File) raises an exception: TypeError: Unsupported type: <GType GFile (165426512)> I can confirm that the attached patch fixes the problem.
Created attachment 248218 [details] [review] Bug 703456 - Allow creating an interface property v2 Now with test case.
Nice work, Thanks! Pushed with new changelog message per: https://wiki.gnome.org/Git/CommitMessages