Sha256: 64ed1a1795704e482aa65658aa0aa0d3b55839d5d706e562d2f33b8bc95db89d
Contents?: true
Size: 450 Bytes
Versions: 10
Compression:
Stored size: 450 Bytes
Contents
module GirFFI module InfoExt # Extensions for GObjectIntrospection::IArgInfo needed by GirFFI module IArgInfo def to_ffi_type return :pointer if direction != :in argument_type.to_ffi_type end def to_callback_ffi_type return :pointer if direction != :in argument_type.to_callback_ffi_type end end end end GObjectIntrospection::IArgInfo.send :include, GirFFI::InfoExt::IArgInfo
Version data entries
10 entries across 10 versions & 1 rubygems