Sha256: c7774b659bb001acbf05e0fc2886db33fda88ca3107cb1d90691303e243e8715
Contents?: true
Size: 319 Bytes
Versions: 8
Compression:
Stored size: 319 Bytes
Contents
require 'gir_ffi/info_ext/i_type_info' module GirFFI module InfoExt 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
8 entries across 8 versions & 1 rubygems