Sha256: c6d2ea1af48f5752737746bf56e1de0e7b445b6e7cde238a56794f32ea9f79c6
Contents?: true
Size: 232 Bytes
Versions: 13
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true require "ffi-gobject_introspection/i_base_info" module GObjectIntrospection # Wraps a GIBaseInfo struct in the case where the info type is :unresolved. class IUnresolvedInfo < IBaseInfo end end
Version data entries
13 entries across 13 versions & 1 rubygems