diff options
Diffstat (limited to 'girepository/givfuncinfo.c')
-rw-r--r-- | girepository/givfuncinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/girepository/givfuncinfo.c b/girepository/givfuncinfo.c index c16fb01d..f20bfb06 100644 --- a/girepository/givfuncinfo.c +++ b/girepository/givfuncinfo.c @@ -305,11 +305,11 @@ g_vfunc_info_get_address (GIVFuncInfo *vfunc_info, * g_vfunc_info_invoke: (skip) * @info: a #GIVFuncInfo describing the virtual function to invoke * @implementor: #GType of the type that implements this virtual function - * @in_args: an array of #GIArgument<!-- -->s, one for each in + * @in_args: (array length=n_in_args): an array of #GIArgument<!-- -->s, one for each in * parameter of @info. If there are no in parameter, @in_args * can be %NULL * @n_in_args: the length of the @in_args array - * @out_args: an array of #GIArgument<!-- -->s, one for each out + * @out_args: (array length=n_out_args): an array of #GIArgument<!-- -->s, one for each out * parameter of @info. If there are no out parameters, @out_args * may be %NULL * @n_out_args: the length of the @out_args array |