|
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2011-10-24 00:13:28
|
https://bugzilla.gnome.org/show_bug.cgi?id=662265 gnome-perl | Glib | unspecified --- Comment #3 from Michael Culbertson <mic...@gm...> 2011-10-24 00:13:13 UTC --- I'm wrapping the OSCATS library (http://code.google.com/p/oscats), which includes an element param spec for the array-valued properties (#GParamSpecValueArray.element_spec), so the expected type for the elements of is known, at least at the point at which the property information has been accessed---such as in: GObject.xs:g_object_new() GObject.xs:init_property_value() GParamSpec.xs:g_param_value_validate() GParamSpec.xs:g_param_values_cmp() It would probably be better to handle the G_TYPE_VALUE_ARRAY case there, instead of in a boxed wrapper, as I did in the work-around, at least for the SV->GValue direction. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |