vte.global
Global functions for vte3 library
Functions 9
fn
bool getEncodingSupported(string encoding)Queries whether the legacy encoding encoding is supported.fn
vte.types.FeatureFlags getFeatureFlags()Gets features VTE was compiled with. Returns: flags from #VteFeatureFlagsfn
string getFeatures()Gets a list of features vte was compiled with. Returns: a string with featuresfn
uint getMajorVersion()Returns the major version of the VTE library at runtime. Contrast this with [vte.types.MAJOR_VERSION] which represents the version of the VTE library that the code was compiled with. Returns: the m...fn
uint getMicroVersion()Returns the micro version of the VTE library at runtime. Contrast this with [vte.types.MICRO_VERSION] which represents the version of the VTE library that the code was compiled with. Returns: the m...fn
uint getMinorVersion()Returns the minor version of the VTE library at runtime. Contrast this with [vte.types.MINOR_VERSION] which represents the version of the VTE library that the code was compiled with. Returns: the m...fn
string getUserShell()Gets the user's shell, or null. In the latter case, the system default (usually "/bin/sh") should be used. Returns: a newly allocated string with the user's shell, or null