Module: GirFFI::InfoExt::ICallableInfo
- Defined in:
- lib/gir_ffi/info_ext/i_callable_info.rb
Overview
Extensions for GObjectIntrospection::ICallableInfo needed by GirFFI
Instance Method Summary collapse
Instance Method Details
#argument_ffi_types ⇒ Object
6 7 8 |
# File 'lib/gir_ffi/info_ext/i_callable_info.rb', line 6 def argument_ffi_types args.map(&:to_ffi_type) end |