GIRepository.VFuncInfo g_function_info_get_vfunc GIRepository.FunctionInfo info function_info_get_vfunc @accepts(GIRepository.FunctionInfo) @returns(GIRepository.VFuncInfo) def function_info_get_vfunc(info)

Obtain the virtual function associated with this GIRepository.FunctionInfo. Only GIRepository.FunctionInfo with the flag %GI_FUNCTION_WRAPS_VFUNC has a virtual function set. For other cases, None will be returned.

Free it by calling g_base_info_unref() when done.

info :

a GIRepository.FunctionInfo

Returns :

the virtual function or None if not set.