class GObjectIntrospection::IRegisteredTypeInfo

Wraps a GIRegisteredTypeInfo struct. Represents a registered type.

Public Instance Methods

g_type() click to toggle source
# File lib/ffi-gobject_introspection/i_registered_type_info.rb, line 15
def g_type
  Lib.g_registered_type_info_get_g_type self
end
Also aliased as: gtype
gtype()
Alias for: g_type
type_init() click to toggle source
# File lib/ffi-gobject_introspection/i_registered_type_info.rb, line 11
def type_init
  Lib.g_registered_type_info_get_type_init self
end
type_name() click to toggle source
# File lib/ffi-gobject_introspection/i_registered_type_info.rb, line 7
def type_name
  Lib.g_registered_type_info_get_type_name self
end