GNOME Bugzilla – Bug 722544
GObject: add pseudo-classes for fundamental types
Last modified: 2014-03-02 13:43:39 UTC
Add GObject.Int, GObject.Char, etc. that look like the JS fundamental types but hold the correct $gtype property. This way, one can use "GObject.Int" instead of "GObject.TYPE_INT" for GType arguments, which is more consistent with GObject and GBoxed classes. Also, attach a $gtype to String, Number and Boolean.
Created attachment 266654 [details] [review] GObject: add pseudo-classes for fundamental types
Review of attachment 266654 [details] [review]: This makes sense to me. Does it require your paramspec patches from the other bug?
Attachment 266654 [details] pushed as 0d49d2a - GObject: add pseudo-classes for fundamental types