Sha256: 9261c37b2d2ddf429cfadfcd6d0f3170aba9c8f05aa08be16b30bbcfa22244e7
Contents?: true
Size: 388 Bytes
Versions: 17
Compression:
Stored size: 388 Bytes
Contents
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
17 entries across 17 versions & 1 rubygems