Sha256: 2daf616957423c3d741f2a6ebbc0321c3f2e21df1db6882ef21522edf288e712
Contents?: true
Size: 419 Bytes
Versions: 9
Compression:
Stored size: 419 Bytes
Contents
# frozen_string_literal: true require 'gir_ffi/info_ext/i_type_info' module GirFFI # Represents the type of an error argument for callbacks and functions, # conforming, as needed, to the interface of GObjectIntrospection::ITypeInfo class ErrorTypeInfo include GirFFI::InfoExt::ITypeInfo def array_length -1 end def tag :error end def pointer? true end end end
Version data entries
9 entries across 9 versions & 1 rubygems