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_typesObject



5
6
7
# File 'lib/gir_ffi/info_ext/i_callable_info.rb', line 5

def argument_ffi_types
  args.map(&:to_ffitype)
end