void g_callable_info_load_arg GICallableInfo* info gint n GIArgInfo* arg g_callable_info_load_arg void g_callable_info_load_arg (GICallableInfo* info, gint n, GIArgInfo* 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 GIRepository.CallableInfo

n :

the argument index to fetch

arg :

Initialize with argument number @n

Returns :