find_method


Description:

public FunctionInfo? find_method (string name)

Obtain a method of the object 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 ObjectInfo

Returns:

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