Class: GirFFI::ErrorArgumentInfo
- Inherits:
-
Object
- Object
- GirFFI::ErrorArgumentInfo
- 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_type ⇒ Object
12 13 14 |
# File 'lib/gir_ffi/error_argument_info.rb', line 12 def argument_type @argument_type ||= ErrorTypeInfo.new end |
#direction ⇒ Object
8 9 10 |
# File 'lib/gir_ffi/error_argument_info.rb', line 8 def direction :error end |
#name ⇒ Object
16 17 18 |
# File 'lib/gir_ffi/error_argument_info.rb', line 16 def name "_error" end |