class GirFFI::ReturnValueInfo
Represents a return value with the same interface as IArgInfo
Attributes
Public Class Methods
Source
# File lib/gir_ffi/return_value_info.rb, line 8 def initialize(type, ownership_transfer, skip) @argument_type = type @ownership_transfer = ownership_transfer @skip = skip end