GNOME Bugzilla – Bug 792098
Binding: bind_property’s @notify func is nullable
Last modified: 2018-01-01 21:04:25 UTC
@notify is for destroying resources used by transformations, but users may perfectly well not require anything; if so, they need not point to a no-op function, as we check for NULL later and avoid calling if so.
Created attachment 366142 [details] [review] Binding: bind_property’s @notify func is nullable
Review of attachment 366142 [details] [review]: Sure.
Thanks for the fast review! Attachment 366142 [details] pushed as 54b04f7 - Binding: bind_property’s @notify func is nullable