class GirFFI::ErrorArgumentInfo
Represents an error argument with the same interface as IArgInfo
Public Instance Methods
Source
# File lib/gir_ffi/error_argument_info.rb, line 12 def argument_type @argument_type ||= ErrorTypeInfo.new end
Represents an error argument with the same interface as IArgInfo
# File lib/gir_ffi/error_argument_info.rb, line 12 def argument_type @argument_type ||= ErrorTypeInfo.new end