module GirFFI::InfoExt::ICallableInfo

Extensions for GObjectIntrospection::ICallableInfo needed by GirFFI

Public Instance Methods

argument_ffi_types() click to toggle source
# File lib/gir_ffi/info_ext/i_callable_info.rb, line 7
def argument_ffi_types
  args.map(&:to_ffi_type)
end