Class: GObjectIntrospection::IRegisteredTypeInfo

Inherits:
IBaseInfo
  • Object
show all
Defined in:
lib/ffi-gobject_introspection/i_registered_type_info.rb

Overview

Wraps a GIRegisteredTypeInfo struct. Represents a registered type.

Instance Attribute Summary

Attributes inherited from IBaseInfo

#pointer

Instance Method Summary collapse

Methods inherited from IBaseInfo

#==, #attribute, build_array_method, build_finder_method, #container, #deprecated?, #info_type, #initialize, make_finalizer, #name, #namespace, #safe_namespace, #to_ptr, wrap

Constructor Details

This class inherits a constructor from GObjectIntrospection::IBaseInfo

Instance Method Details

#g_typeObject Also known as: gtype



15
16
17
# 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

#type_initObject



11
12
13
# 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_nameObject



7
8
9
# 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