Merge branch 'revert-cd93c350' into 'main'

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

Closes #2477

See merge request GNOME/glib!2237
This commit is contained in:
Philip Withnall 2021-09-06 15:23:54 +00:00
commit e99ee3588a

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