void g_arg_info_load_type GIArgInfo* info GITypeInfo* type g_arg_info_load_type void g_arg_info_load_type (GIArgInfo* info, GITypeInfo* type);

Obtain information about a the type of given argument @info; this function is a variant of g_arg_info_get_type() designed for stack allocation.

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

info :

a GIArgInfo

type :

Initialized with information about type of @info

Returns :