After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 625982 - Handle GObject subclasses in the property helper.
Handle GObject subclasses in the property helper.
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-03 22:30 UTC by Steve Frécinaux
Modified: 2011-01-17 16:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Handle GObject subclasses in the property helper. (1.22 KB, patch)
2010-08-03 22:30 UTC, Steve Frécinaux
none Details | Review
Handle GObject subclasses in the property helper. (1.33 KB, patch)
2010-08-04 08:07 UTC, Steve Frécinaux
reviewed Details | Review
Handle GObject subclasses in the property helper. (3.32 KB, patch)
2011-01-17 16:27 UTC, Steve Frécinaux
none Details | Review
Handle GObject subclasses in the property helper. (3.17 KB, patch)
2011-01-17 16:49 UTC, Steve Frécinaux
committed Details | Review

Description Steve Frécinaux 2010-08-03 22:30:52 UTC
Only gobject.GObject is supported, but its subclasses are not.
Comment 1 Steve Frécinaux 2010-08-03 22:30:54 UTC
Created attachment 167073 [details] [review]
Handle GObject subclasses in the property helper.
Comment 2 Ignacio Casal Quinteiro (nacho) 2010-08-03 22:34:10 UTC
It works perfect here with a gedit plugin.
Comment 3 Steve Frécinaux 2010-08-04 08:07:32 UTC
Created attachment 167100 [details] [review]
Handle GObject subclasses in the property helper.

Now uses the right gtype for GObject subclasses instead of GOBJECT_TYPE.
Comment 4 Simon van der Linden 2010-08-07 08:01:07 UTC
Review of attachment 167100 [details] [review]:

Good. Any test case?
Comment 5 Steve Frécinaux 2010-08-08 08:22:38 UTC
Not yet
Comment 6 Steve Frécinaux 2011-01-17 16:27:40 UTC
Created attachment 178525 [details] [review]
Handle GObject subclasses in the property helper.
Comment 7 Steve Frécinaux 2011-01-17 16:49:46 UTC
Created attachment 178528 [details] [review]
Handle GObject subclasses in the property helper.
Comment 8 Simon van der Linden 2011-01-17 16:57:00 UTC
Review of attachment 178528 [details] [review]:

Good. Thanks.
Comment 9 Steve Frécinaux 2011-01-17 16:57:45 UTC
Attachment 178528 [details] pushed as 7cc8ac3 - Handle GObject subclasses in the property helper.