Use this as a spawn flag (together with flags from GLib.SpawnFlags) in
vte_pty_spawn_async().
Normally, the spawned process inherits the environment from the parent
process; when this flag is used, only the environment variables passed
to vte_pty_spawn_async() etc. are passed to the child process.
Use this as a spawn flag (together with flags from GLib.SpawnFlags) in
vte_pty_spawn_async().Normally, the spawned process inherits the environment from the parent process; when this flag is used, only the environment variables passed to
vte_pty_spawn_async()etc. are passed to the child process.