class GirFFI::FieldArgumentInfo
Class to represent argument info for the argument of a setter method. Implements the necessary parts of IArgInfo’s interface. TODO: Rename and add direction argument or subclass
Attributes
Public Class Methods
Source
# File lib/gir_ffi/field_argument_info.rb, line 10 def initialize(name, type) @name = name @argument_type = type end
Public Instance Methods
Source
# File lib/gir_ffi/field_argument_info.rb, line 19 def ownership_transfer :everything end