Sha256: b8d056f27b462bb8757b8ca147361ea48a18a13d5584caf6f4233836d07278e5
Contents?: true
Size: 312 Bytes
Versions: 7
Compression:
Stored size: 312 Bytes
Contents
module GirFFI module InfoExt # Extensions for GObjectIntrospection::ICallableInfo needed by GirFFI module ICallableInfo def argument_ffi_types args.map { |arg| arg.to_ffitype } end end end end GObjectIntrospection::ICallableInfo.send :include, GirFFI::InfoExt::ICallableInfo
Version data entries
7 entries across 7 versions & 1 rubygems