Module: GirFFI::RegisteredTypeBase

Includes:
TypeBase
Included in:
ClassBase, EnumLikeBase, InterfaceBase
Defined in:
lib/gir_ffi/registered_type_base.rb

Overview

Base module for generated registered GLib types (these are types that have a GType).

Instance Method Summary collapse

Methods included from TypeBase

#gir_ffi_builder, #gir_info

Instance Method Details

#gtypeObject



11
12
13
# File 'lib/gir_ffi/registered_type_base.rb', line 11

def gtype
  self::G_TYPE
end