Class: GirFFI::ErrorArgumentInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/gir_ffi/error_argument_info.rb

Overview

Represents an error argument with the same interface as IArgumentInfo

Instance Method Summary collapse

Instance Method Details

#argument_typeObject



11
12
13
# File 'lib/gir_ffi/error_argument_info.rb', line 11

def argument_type
  @argument_type ||= ErrorTypeInfo.new
end

#directionObject



7
8
9
# File 'lib/gir_ffi/error_argument_info.rb', line 7

def direction
  :error
end

#nameObject



15
16
17
# File 'lib/gir_ffi/error_argument_info.rb', line 15

def name
  '_error'
end