Incorrect types for Gio.BindingTransformFunc
#154
Labels
gjs-convention
Marks issues for aligning with GJS coding standards and practices
Gio.BindingTransformFunc
#154
That function type is used in
GObject.Object.bind_property_full
.The current type says that the transform function expects 3 args, while in reality it returns 2, because the 3rd one is a return parameter.
Current version:
Correct version:
The text was updated successfully, but these errors were encountered: