Sha256: 8bde05bab76991d00e44cefecadf232ae899258cb89f317f689c8ceac51b81bc
Contents?: true
Size: 301 Bytes
Versions: 2
Compression:
Stored size: 301 Bytes
Contents
module GirFFI module InfoExt # Extensions for GObjectIntrospection::ICallableInfo needed by GirFFI module ICallableInfo def argument_ffi_types args.map(&:to_ffitype) end end end end GObjectIntrospection::ICallableInfo.send :include, GirFFI::InfoExt::ICallableInfo
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gir_ffi-0.7.8 | lib/gir_ffi/info_ext/i_callable_info.rb |
gir_ffi-0.7.7 | lib/gir_ffi/info_ext/i_callable_info.rb |