API Version: 3.91
Library Version: 0.74.2
#define VTE_CHECK_VERSION ( major, minor, micro )
Macro to check the library version at compile time. It returns 1 if the version of VTE is greater or equal to the required one, and 0 otherwise.
major
-
Required major version.
minor
Required minor version.
micro
Required micro version.