Sha256: 5f197d03d8a2690980b0e8d0163b65a06e7e5bea280836fb74e4cfa3ed40d239
Contents?: true
Size: 419 Bytes
Versions: 13
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
13 entries across 13 versions & 1 rubygems