class GirFFI::ErrorArgumentInfo

Represents an error argument with the same interface as IArgInfo

Public Instance Methods

argument_type() click to toggle source
# File lib/gir_ffi/error_argument_info.rb, line 12
def argument_type
  @argument_type ||= ErrorTypeInfo.new
end
direction() click to toggle source
# File lib/gir_ffi/error_argument_info.rb, line 8
def direction
  :error
end
name() click to toggle source
# File lib/gir_ffi/error_argument_info.rb, line 16
def name
  "_error"
end