GNOME Bugzilla – Bug 633517
ParamSpec "override" funcs
Last modified: 2010-10-30 22:38:32 UTC
Created attachment 173534 [details] [review] patch and test case Wrappers for the g_param_spec_override() and g_param_spec_get_redirect_target(). I think the override can be used just by adding it to your "properties" list, without g_object_class_override_property() as such. The g_param_spec_get_redirect_target() is in any case a getter so can be used on any pspec you might strike.
Looks good, committed. Thanks. If you're looking for more missing functionality in this area, I can offer <https://bugzilla.gnome.org/show_bug.cgi?id=570792> and <https://bugzilla.gnome.org/show_bug.cgi?id=570793>.