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 170614 - Incomplete GParamSpec wrapping
Incomplete GParamSpec wrapping
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: gobject
2.9.0
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-16 22:54 UTC by Johan (not receiving bugmail) Dahlin
Modified: 2006-01-10 08:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (14.06 KB, patch)
2005-03-16 22:56 UTC, Johan (not receiving bugmail) Dahlin
none Details | Review
v2: Minor fixes and refactoring. (14.97 KB, patch)
2005-03-18 13:50 UTC, Johan (not receiving bugmail) Dahlin
none Details | Review

Description Johan (not receiving bugmail) Dahlin 2005-03-16 22:54:56 UTC
Some values, like minimum and maximum for int/uint/float/double etc are missing.
Comment 1 Johan (not receiving bugmail) Dahlin 2005-03-16 22:56:25 UTC
Created attachment 38814 [details] [review]
patch

This patch should implement everything that's interesting to the user (and a
little bit more).

Kinda big since I reorganized the code to be similar to the wrapping of
GdkEvent.tp_getattr.
Comment 2 Johan (not receiving bugmail) Dahlin 2005-03-18 13:50:43 UTC
Created attachment 38900 [details] [review]
v2: Minor fixes and refactoring.
Comment 3 Johan (not receiving bugmail) Dahlin 2005-05-17 18:14:25 UTC
In CVS HEAD as of today