Implements argument processing for strv arguments with direction :inout.
# File lib/gir_ffi/builder/argument.rb, line 378 def post [ "#{retname} = GLib::Strv.wrap(#{callarg}.to_value)" ] end
# File lib/gir_ffi/builder/argument.rb, line 374 def pre [ "#{callarg} = GirFFI::InOutPointer.from #{type_specification}, #{@name}" ] end