GIScopeType g_arg_info_get_scope GIArgInfo* info g_arg_info_get_scope GIScopeType g_arg_info_get_scope (GIArgInfo* info);

Obtain the scope type for this argument. The scope type explains how a callback is going to be invoked, most importantly when the resources required to invoke it can be freed. GIScopeType contains a list of possible values.

info :

a GIArgInfo

Returns :

the scope type