Sha256: 50e9a3ac79502ccd084ec5486b631db1db52e6c18acc99bc25a78b190fe31db3
Contents?: true
Size: 332 Bytes
Versions: 9
Compression:
Stored size: 332 Bytes
Contents
# frozen_string_literal: true module GirFFI module InfoExt # Extensions for GObjectIntrospection::ICallableInfo needed by GirFFI module ICallableInfo def argument_ffi_types args.map(&:to_ffi_type) end end end end GObjectIntrospection::ICallableInfo.send :include, GirFFI::InfoExt::ICallableInfo
Version data entries
9 entries across 9 versions & 1 rubygems