Implements argument processing for arguments with direction :inout that are enums.
# File lib/gir_ffi/builder/argument.rb, line 366 def post [ "#{retname} = #{argument_class_name}[#{callarg}.to_value]" ] end
# File lib/gir_ffi/builder/argument.rb, line 360 def pre pr = [] pr << "#{callarg} = GirFFI::InOutPointer.from :gint32, #{argument_class_name}[#{@name}]" pr end