get_vfunc


Description:

public VFuncInfo get_vfunc ()

Obtain the virtual function associated with this FunctionInfo.

Only FunctionInfo with the flag WRAPS_VFUNC has a virtual function set. For other cases, null will be returned.

Parameters:

info

a FunctionInfo

Returns:

the virtual function or null if not set. Free it by calling g_base_info_unref when done.