GNOME Bugzilla – Bug 676169
GObject.bind_property: Support transform functions
Last modified: 2012-06-01 08:42:59 UTC
Add support for optional transformation functions to pygobject_bind_property(). It uses a custom PyGClosure to marshal the return value correctly.
Created attachment 214182 [details] [review] GObject.bind_property: Support transform functions
Created attachment 214183 [details] [review] GObject.bind_property: Support transform functions Add support for optional transformation functions to pygobject_bind_property(). It uses a custom PyGClosure to marshal the return value correctly.
Thank you, very nice! Applied.