Method
GioSubprocessLaunchergetenv
since: 2.40
Declaration [src]
const gchar*
g_subprocess_launcher_getenv (
GSubprocessLauncher* self,
const gchar* variable
)
Description [src]
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.
Available since: 2.40