gboolean g_vfunc_info_invoke GIRepository.VFuncInfo info GType implementor None in_args gint n_in_args None out_args gint n_out_args None return_value vfunc_info_invoke @accepts(GIRepository.VFuncInfo, GType, None, gint, None, gint, None) @returns(gboolean) def vfunc_info_invoke(info, implementor, in_args, n_in_args, out_args, n_out_args, return_value)

Invokes the function described in @info with the given arguments. Note that inout parameters must appear in both argument lists.

error occurred.

info :

a GIRepository.VFuncInfo 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 parameter of @info. If there are no in parameter, @in_args can be None

n_in_args :

the length of the @in_args array

out_args :

an array of GIArgument<!-- -->s, one for each out parameter of @info. If there are no out parameters, @out_args may be None

n_out_args :

the length of the @out_args array

return_value :

return location for the return value of the function. If the function returns void, @return_value may be None

Returns :

True if the function has been invoked, False if an