Wraps a GIVFuncInfo struct. Represents a virtual function.
# File lib/ffi-gobject_introspection/i_vfunc_info.rb, line 5 def flags Lib.g_vfunc_info_get_flags @gobj end
# File lib/ffi-gobject_introspection/i_vfunc_info.rb, line 14 def invoker IFunctionInfo.wrap(Lib.g_vfunc_info_get_invoker @gobj) end
# File lib/ffi-gobject_introspection/i_vfunc_info.rb, line 8 def offset Lib.g_vfunc_info_get_offset @gobj end
# File lib/ffi-gobject_introspection/i_vfunc_info.rb, line 11 def signal ISignalInfo.wrap(Lib.g_vfunc_info_get_signal @gobj) end