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



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

def argument_type
  nil
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
  nil
end

#skip?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/gir_ffi/error_argument_info.rb', line 4

def skip?
  false
end