gi-vte-2.91.27: Vte bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Vte.Constants

Description

 
Synopsis

Documentation

pattern TEST_FLAGS_NONE :: Word64 Source #

No description available in the introspection data.

pattern TEST_FLAGS_ALL :: Word64 Source #

No description available in the introspection data.

pattern SPAWN_REQUIRE_SYSTEMD_SCOPE :: Int32 Source #

Use this as a spawn flag (together with flags from SpawnFlags) in ptySpawnAsync.

Requires ptySpawnAsync 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.

Since: 0.60

pattern SPAWN_NO_SYSTEMD_SCOPE :: Int32 Source #

Use this as a spawn flag (together with flags from SpawnFlags) in ptySpawnAsync.

Prevents ptySpawnAsync etc. from moving the newly created child process to a systemd user scope.

Since: 0.60

pattern SPAWN_NO_PARENT_ENVV :: Int32 Source #

Use this as a spawn flag (together with flags from SpawnFlags) in ptySpawnAsync.

Normally, the spawned process inherits the environment from the parent process; when this flag is used, only the environment variables passed to ptySpawnAsync etc. are passed to the child process.

pattern REGEX_FLAGS_DEFAULT :: Int32 Source #

No description available in the introspection data.

pattern MINOR_VERSION :: Int32 Source #

The minor version number of the VTE library (e.g. in version 3.1.4 this is 1).

pattern MICRO_VERSION :: Int32 Source #

The micro version number of the VTE library (e.g. in version 3.1.4 this is 4).

pattern MAJOR_VERSION :: Int32 Source #

The major version number of the VTE library (e.g. in version 3.1.4 this is 3).