Sha256: b01786b152674591490ba51b3e20a0981d116a61a594466d70b7433179774194
Contents?: true
Size: 231 Bytes
Versions: 9
Compression:
Stored size: 231 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