find_method


Description:

public FunctionInfo find_method (string name)

Obtain a method of the interface type given a name.

null will be returned if there's no method available with that name.

Parameters:

name

name of method to obtain

info

a InterfaceInfo

Returns:

the FunctionInfo or null if none found. Free the struct by calling g_base_info_unref when done.