GNOME Bugzilla – Bug 634793
Use g_object_notify_by_pspec() / g_object_class_install_properties()
Last modified: 2014-01-25 03:55:54 UTC
Created attachment 174421 [details] [review] gtkaccelgroup: Use g_object_class_install_properties() and g_object_notify_by_pspec() g_object_notify_by_pspec() omits the property name lookup, hence it is faster than g_object_notify().
Created attachment 174422 [details] [review] gtkgrid: Use g_object_class_install_properties() and g_object_notify_by_pspec()
These look fine in principle, but we should perhaps hold off until g-property lands ?
Yeah, makes sense to port to GProperty directly
Attachment 174422 [details] pushed as 65ce9a5 - gtkgrid: Use g_object_class_install_properties() and g_object_notify_by_pspec()