getenv


Description:

public unowned string? getenv (string variable)

Returns the value of the environment variable variable in the environment of processes launched from this launcher.

On UNIX, the returned string can be an arbitrary byte string. On Windows, it will be UTF-8.

Parameters:

this

a SubprocessLauncher

variable

the environment variable to get

Returns:

the value of the environment variable, null if unset