Sha256: a676e59276398a05f5ff90a0ed5e60bb63c5eb39cf046a6fd99fc99eef58bc23
Contents?: true
Size: 350 Bytes
Versions: 5
Compression:
Stored size: 350 Bytes
Contents
module GirFFI module InfoExt # Extensions for GObjectIntrospection::IFieldInfo needed by GirFFI module IFieldInfo def layout_specification [ name.to_sym, field_type.layout_specification_type, offset ] end end end end GObjectIntrospection::IFieldInfo.send :include, GirFFI::InfoExt::IFieldInfo
Version data entries
5 entries across 5 versions & 1 rubygems