Module: GirFFI::InfoExt::ICallableInfo

Included in:
GObjectIntrospection::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



7
8
9
# File 'lib/gir_ffi/info_ext/i_callable_info.rb', line 7

def argument_ffi_types
  args.map(&:to_ffi_type)
end