GIVFuncInfo* g_function_info_get_vfunc GIFunctionInfo* info g_function_info_get_vfunc GIVFuncInfo* g_function_info_get_vfunc (GIFunctionInfo* 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, %NULL will be returned.

Free it by calling g_base_info_unref() when done.

info :

a GIRepository.FunctionInfo

Returns :

the virtual function or %NULL if not set.