class GirFFI::Builders::FieldBuilder::GetterArgumentInfo
Class to represent argument info for the argument of a getter method. Implements the necessary parts of IArgInfo’s interface.
Attributes
Public Class Methods
Source
# File lib/gir_ffi/builders/field_builder.rb, line 105 def initialize(name, type) @name = name @argument_type = type end
Public Instance Methods
Source
# File lib/gir_ffi/builders/field_builder.rb, line 126 def caller_allocates? false end
Source
# File lib/gir_ffi/builders/field_builder.rb, line 122 def ownership_transfer :nothing end