find_vfunc


Description:

public VFuncInfo find_vfunc (string name)

Locate a virtual function slot with name name.

See the documentation for find_vfunc for more information on virtuals.

Parameters:

name

The name of a virtual function to find.

info

a InterfaceInfo

Returns:

the VFuncInfo, or null. Free it with g_base_info_unref when done.