vte.global

Global functions for vte3 library

Functions 9

fnbool getEncodingSupported(string encoding) nothrowQueries whether the legacy encoding encoding is supported.
fnstring[] getEncodings(bool includeAliases) nothrowGets the list of supported legacy encodings.
fnvte.types.FeatureFlags getFeatureFlags() nothrowGets features VTE was compiled with. Returns: flags from #VteFeatureFlags
fnstring getFeatures() nothrowGets a list of features vte was compiled with. Returns: a string with features
fnuint getMajorVersion() nothrowReturns 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...
fnuint getMicroVersion() nothrowReturns 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...
fnuint getMinorVersion() nothrowReturns 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...
fnstring getUserShell() nothrowGets 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