gpointer g_vfunc_info_get_address GIRepository.VFuncInfo info GType implementor_gtype vfunc_info_get_address @accepts(GIRepository.VFuncInfo, GType) @returns(gpointer) def vfunc_info_get_address(info, implementor_gtype)

This method will look up where inside the type struct of @implementor_gtype is the implementation for @info.

info :

a GIRepository.VFuncInfo

implementor_gtype :

GType implementing this virtual function

Returns :

address to a function or None if an error happened