class GirFFI::ReceiverArgumentInfo
Class to represent the info for the receiver argument of a callback or signal handler. Implements the necessary parts of IArgInfo’s interface.
Attributes
Public Class Methods
Source
# File lib/gir_ffi/receiver_argument_info.rb, line 10 def initialize(type) @argument_type = type end
Public Instance Methods
Source
# File lib/gir_ffi/receiver_argument_info.rb, line 19 def ownership_transfer :everything end
Assume we don’t need to increase the refcount for the receiver argument.