Skip to content

gclosure: Fix the invoke() return_value annotation

The return value must be initialized by the caller, as is clear from GLib's internal callers, and e.g. dummy_closure_marshal() on the callee side.

Merge request reports