Top | ![]() |
![]() |
![]() |
![]() |
guint | vte_get_major_version () |
guint | vte_get_minor_version () |
guint | vte_get_micro_version () |
#define | VTE_CHECK_VERSION() |
guint
vte_get_major_version (void
);
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.
Since: 0.40
guint
vte_get_minor_version (void
);
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.
Since: 0.40
guint
vte_get_micro_version (void
);
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.
Since: 0.40