GNOME Bugzilla – Bug 719460
value argument to GtkTreeModelFilterModifyFunc needs "out" annotation
Last modified: 2013-12-01 22:22:21 UTC
Since GI based language bindings coerce GValues into native types, there is no way to make use of "value" argument as an input argument which is set to a specific value. We should mark this argument as (out caller-allocates) so closures can return a value instead.
Created attachment 262993 [details] [review] annotations: Set GtkTreeModelFilterModifyFunc value argument to out Use (out caller-allocates) annotation for the "value" argument to GtkTreeModelFilterModifyFunc. This is needed because GI based language bindings coerce GValue input args into native types and there is no opportunity to set the value within the GValue itself.
Review of attachment 262993 [details] [review]: looks ok to me
Attachment 262993 [details] pushed as af95d66 - annotations: Set GtkTreeModelFilterModifyFunc value argument to out