Add inout annotation for vapi generation

This commit is contained in:
Alberto Fanjul 2019-10-24 11:42:54 +02:00
parent 8a7b375216
commit 053558aca9

View File

@ -595,7 +595,7 @@ g_param_spec_get_redirect_target (GParamSpec *pspec)
/**
* g_param_value_set_default:
* @pspec: a valid #GParamSpec
* @value: a #GValue of correct type for @pspec
* @value: (inout): a #GValue of correct type for @pspec
*
* Sets @value to its default value as specified in @pspec.
*/