vte.global

Undocumented in source.

Members

Functions

eventContextGetType
gobject.types.GType eventContextGetType()
getEncodingSupported
bool getEncodingSupported(string encoding)

Queries whether the legacy encoding encoding is supported.

getEncodings
string[] getEncodings(bool includeAliases)

Gets the list of supported legacy encodings.

getFeatureFlags
vte.types.FeatureFlags getFeatureFlags()

Gets features VTE was compiled with.

getFeatures
string getFeatures()

Gets a list of features vte was compiled with.

getMajorVersion
uint getMajorVersion()

Returns the major version of the VTE library at runtime. Contrast this with VTE_MAJOR_VERSION which represents the version of the VTE library that the code was compiled with.

getMicroVersion
uint getMicroVersion()

Returns the micro version of the VTE library at runtime. Contrast this with VTE_MICRO_VERSION which represents the version of the VTE library that the code was compiled with.

getMinorVersion
uint getMinorVersion()

Returns the minor version of the VTE library at runtime. Contrast this with VTE_MINOR_VERSION which represents the version of the VTE library that the code was compiled with.

getUserShell
string getUserShell()

Gets the user's shell, or null. In the latter case, the system default (usually "/bin/sh") should be used.