get_method


Description:

[ Version ( since = "1.30" ) ]
public FunctionInfo get_method (int n)

Obtain an enum type method at index n.

Parameters:

n

index of method to get

info

a EnumInfo

Returns:

the FunctionInfo. Free the struct by calling g_base_info_unref when done.