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 GIFunctionInfo. Only GIFunctionInfo with the flag %GI_FUNCTION_WRAPS_VFUNC has a virtual function set. For other cases, %NULL will be returned.

Free it by calling g_base_info_unref() when done.