get_arg


Description:

public ArgInfo get_arg (int n)

Obtain information about a particular argument of this callable.

Parameters:

n

the argument index to fetch

info

a CallableInfo

Returns:

the ArgInfo. Free it with g_base_info_unref when done.