GNOME Bugzilla – Bug 170614
Incomplete GParamSpec wrapping
Last modified: 2006-01-10 08:55:47 UTC
Some values, like minimum and maximum for int/uint/float/double etc are missing.
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.
Created attachment 38900 [details] [review] v2: Minor fixes and refactoring.
In CVS HEAD as of today