none g_callable_info_load_arg GIRepository.CallableInfo info gint n GIRepository.ArgInfo arg callable_info_load_arg @accepts(GIRepository.CallableInfo, gint, GIRepository.ArgInfo) @returns(none) def callable_info_load_arg(info, n, arg)

Obtain information about a particular argument of this callable; this function is a variant of g_callable_info_get_arg() designed for stack allocation.

The initialized @arg must not be referenced after @info is deallocated.

info :

a GICallableInfo

n :

the argument index to fetch

arg :

Initialize with argument number @n

Returns :