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
Instance Method Details
#gtype ⇒ Object
11 12 13 |
# File 'lib/gir_ffi/registered_type_base.rb', line 11 def gtype self::G_TYPE end |