class GirFFI::Builder::ConstructorReturnValue

Implements argument processing for object constructors.

Public Instance Methods

post() click to toggle source
# File lib/gir_ffi/builder/argument.rb, line 521
def post
  [ "#{retname} = self.constructor_wrap(#{cvar})" ]
end