gint g_callable_info_get_n_args GIRepository.CallableInfo info callable_info_get_n_args @accepts(GIRepository.CallableInfo) @returns(gint) def callable_info_get_n_args(info)

Obtain the number of arguments (both IN and OUT) for this callable.

info :

a GICallableInfo

Returns :

The number of arguments this callable expects.