Revert "Merge branch 'fix/gclosure-invoke-type-annotation' into 'main'"

This reverts merge request !2181
This commit is contained in:
Evan Welsh 2021-08-29 20:56:08 +00:00
parent a8d3f2e0cf
commit 0de8ec87d2

View File

@ -781,7 +781,7 @@ g_closure_remove_finalize_notifier (GClosure *closure,
/**
* g_closure_invoke:
* @closure: a #GClosure
* @return_value: (optional) (inout): a #GValue to store the return
* @return_value: (optional) (out): a #GValue to store the return
* value. May be %NULL if the callback of @closure
* doesn't return a value.
* @n_param_values: the length of the @param_values array