SubprocessLauncher.unsetenv

Removes the environment variable @variable from the environment of processes launched from this launcher.

The variable name should be in the GLib file name encoding. On UNIX, this means that they can be arbitrary byte strings. On Windows, they should be in UTF-8.

class SubprocessLauncher
void
unsetenv
(
string variable
)

Parameters

variable string

the environment variable to unset, must not contain '='

Meta

Since

2.40