Sha256: 95c1ec04f5d7ebee35588ffaf518dc91179aae1cf9c1b0910f63983ac5d09886
Contents?: true
Size: 232 Bytes
Versions: 9
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
9 entries across 9 versions & 1 rubygems