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 IArgInfo

Instance Method Summary collapse

Instance Method Details

#argument_typeObject



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

def argument_type
  @argument_type ||= ErrorTypeInfo.new
end

#directionObject



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

def direction
  :error
end

#nameObject



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

def name
  '_error'
end