Sha256: ee269bae514b5c7fcb392fb3e3ae64981dd09fdf2f761e92ef303b25952eceee
Contents?: true
Size: 312 Bytes
Versions: 13
Compression:
Stored size: 312 Bytes
Contents
# frozen_string_literal: true module GirFFI module InfoExt # Extensions for GObjectIntrospection::IUnresolvedInfo needed by GirFFI module IUnresolvedInfo def to_ffi_type :pointer end end end end GObjectIntrospection::IUnresolvedInfo.include GirFFI::InfoExt::IUnresolvedInfo
Version data entries
13 entries across 13 versions & 1 rubygems