Method

FoundryProcessLauncherpush_expansion

Declaration [src]

void
foundry_process_launcher_push_expansion (
  FoundryProcessLauncher* self,
  const char* const* environ
)

Description [src]

Pushes a layer to expand known environment variables.

The command argv and cwd will have $FOO style environment variables expanded that are known. This can be useful to allow things like $BUILDDIR be expanded at this layer.

Parameters

environ

Type: An array of char*

No description available.

The argument can be NULL.
The array must be NULL-terminated.
The data is owned by the caller of the method.
Each element is a NUL terminated UTF-8 string.