Gets the value of a particular environment variable of the command
line invocation, as would be returned by glib.global.getenv. The strings may
contain non-utf8 data.
The remote application usually does not send an environment. Use
gio.types.ApplicationFlags.SendEnvironment to affect that. Even with this flag
set it is possible that the environment is still not available (due
to invocation messages from other applications).
The return value should not be modified or freed and is valid for as
long as cmdline exists.
Gets the value of a particular environment variable of the command line invocation, as would be returned by glib.global.getenv. The strings may contain non-utf8 data.
The remote application usually does not send an environment. Use gio.types.ApplicationFlags.SendEnvironment to affect that. Even with this flag set it is possible that the environment is still not available (due to invocation messages from other applications).
The return value should not be modified or freed and is valid for as long as cmdline exists.