GIRepository.ScopeType g_arg_info_get_scope GIRepository.ArgInfo info arg_info_get_scope @accepts(GIRepository.ArgInfo) @returns(GIRepository.ScopeType) def arg_info_get_scope(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