class GirFFI::Builder::InterfaceOutArgument

Implements argument processing for interface arguments with direction :out (structs, objects, etc.).

Implements argument processing for strv arguments with direction :out.

Public Instance Methods

post() click to toggle source
# File lib/gir_ffi/builder/argument.rb, line 312
def post
  [ "#{retname} = #{argument_class_name}.wrap #{callarg}.to_value" ]
end