get_method


Description:

public FunctionInfo get_method (int n)

Obtain an interface type method at index n.

Parameters:

n

index of method to get

info

a InterfaceInfo

Returns:

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