Module: GirFFI::TypeBase
- Included in:
- CallbackBase, ClassBase, EnumBase, InterfaceBase, SignalBase
- Defined in:
- lib/gir_ffi/type_base.rb
Overview
Base module for all generated GLib types.
Instance Method Summary collapse
Instance Method Details
#gir_ffi_builder ⇒ Object
4 5 6 |
# File 'lib/gir_ffi/type_base.rb', line 4 def gir_ffi_builder self.const_get :GIR_FFI_BUILDER end |
#gir_info ⇒ Object
8 9 10 |
# File 'lib/gir_ffi/type_base.rb', line 8 def gir_info self.const_get :GIR_INFO end |