From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2009-08-07 16:16:42
|
If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=591070 gnome-perl | Glib | Ver: unspecified ------- Comment #1 from Emmanuele Bassi 2009-08-07 16:16 UTC ------- Created an attachment (id=140129) --> (http://bugzilla.gnome.org/attachment.cgi?id=140129&action=view) Support GTypes in values and properties Currently, Glib is missing support for declaring Object properties storing GType (as package names), and for setting/getting those properties. The implementation of GParamSpecGType is pretty trivial, requiring only the registration of the GParamSpec and some glue for constructor and accessor to its only public member. The implementation of GValue support for GType is slightly more "interesting", since GType is *not* a fundamental type (like one would expect) but a sub-type of G_TYPE_POINTER. Fixes bug: -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=591070. |