Sha256: 344284b49c493ea4d0e19f5735c5daffe8f5cb08a9ff2267e8da2ad7acc4c0a9
Contents?: true
Size: 295 Bytes
Versions: 4
Compression:
Stored size: 295 Bytes
Contents
module GirFFI module InfoExt # Extensions for GObjectIntrospection::IVFuncInfo needed by GirFFI module IVFuncInfo def return_ffi_type return_type.to_callback_ffitype end end end end GObjectIntrospection::IVFuncInfo.send :include, GirFFI::InfoExt::IVFuncInfo
Version data entries
4 entries across 4 versions & 1 rubygems