Sha256: 05c869adcb550dbf9f2a77354c1793924ac8e7caf9d79a069f135cf4ea8d0075
Contents?: true
Size: 326 Bytes
Versions: 13
Compression:
Stored size: 326 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.include GirFFI::InfoExt::ICallableInfo
Version data entries
13 entries across 13 versions & 1 rubygems