class GirFFI::ErrorTypeInfo
Represents the type of an error argument for callbacks and functions, conforming, as needed, to the interface of GObjectIntrospection::ITypeInfo
Public Instance Methods
array_length()
click to toggle source
# File lib/gir_ffi/error_type_info.rb, line 11 def array_length -1 end
pointer?()
click to toggle source
# File lib/gir_ffi/error_type_info.rb, line 19 def pointer? true end
tag()
click to toggle source
# File lib/gir_ffi/error_type_info.rb, line 15 def tag :error end