Constants¶
Details¶
- Vte.MAJOR_VERSION = 0¶
The major version number of the VTE library (e.g. in version 3.1.4 this is 3).
- Vte.MICRO_VERSION = 92¶
The micro version number of the VTE library (e.g. in version 3.1.4 this is 4).
- Vte.MINOR_VERSION = 75¶
The minor version number of the VTE library (e.g. in version 3.1.4 this is 1).
- Vte.REGEX_FLAGS_DEFAULT = 1075314688¶
- Vte.SPAWN_NO_PARENT_ENVV = 33554432¶
Use this as a spawn flag (together with flags from
GLib.SpawnFlags
) inVte.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.
- Vte.SPAWN_NO_SYSTEMD_SCOPE = 67108864¶
Use this as a spawn flag (together with flags from
GLib.SpawnFlags
) inVte.Pty.spawn_async
().Prevents
Vte.Pty.spawn_async
() etc. from moving the newly created child process to a systemd user scope.New in version 0.60.
- Vte.SPAWN_REQUIRE_SYSTEMD_SCOPE = 134217728¶
Use this as a spawn flag (together with flags from
GLib.SpawnFlags
) inVte.Pty.spawn_async
().Requires
Vte.Pty.spawn_async
() etc. to move the newly created child process to a systemd user scope; if that fails, the whole spawn fails.This is supported on Linux only.
New in version 0.60.
- Vte.TEST_FLAGS_ALL = 18446744073709551615¶
- Vte.TEST_FLAGS_NONE = 0¶