class GirFFI::Builder::PointerLikeOutArgument

Base class for arguments with direction :out for which the base type is a pointer: For these, a pointer to a pointer needs to be passed to the C function.

Public Instance Methods

pre() click to toggle source
# File lib/gir_ffi/builder/argument.rb, line 301
def pre
  [ "#{callarg} = GirFFI::InOutPointer.for :pointer" ]
end