libkate 0.4.3
|
Functions | |
int | kate_get_version (void) |
const char * | kate_get_version_string (void) |
int | kate_get_bitstream_version (void) |
const char * | kate_get_bitstream_version_string (void) |
int kate_get_bitstream_version | ( | void | ) |
Returns the highest bitstream version number that this version of libkate supports, in 8.8 major.minor format
References KATE_BITSTREAM_VERSION_MAJOR, and KATE_BITSTREAM_VERSION_MINOR.
const char * kate_get_bitstream_version_string | ( | void | ) |
Returns a string representing the highest bitstream version number that this version of libkate supports
References KATE_BITSTREAM_VERSION_MAJOR, and KATE_BITSTREAM_VERSION_MINOR.
int kate_get_version | ( | void | ) |
Returns the version number of this version of libkate, in 8.8.8 major.minor.patch format
References KATE_VERSION_MAJOR, KATE_VERSION_MINOR, and KATE_VERSION_PATCH.
const char * kate_get_version_string | ( | void | ) |
Returns a human readable string representing the version number of this version of libkate
References KATE_VERSION_MAJOR, KATE_VERSION_MINOR, and KATE_VERSION_PATCH.