#include <gutenprint/gutenprint.h>
#include "gutenprint-internal.h"
#include <gutenprint/gutenprint-intl-internal.h>
Go to the source code of this file.
Functions | |
const char * | stp_check_version (unsigned int required_major, unsigned int required_minor, unsigned int required_micro) |
Check whether the library provides the requested version. | |
Variables | |
const unsigned int | stp_major_version = STP_MAJOR_VERSION |
The library major version number. | |
const unsigned int | stp_minor_version = STP_MINOR_VERSION |
The library minor version number. | |
const unsigned int | stp_micro_version = STP_MICRO_VERSION |
The library micro version number. | |
const unsigned int | stp_current_interface = STP_CURRENT_INTERFACE |
The library ABI revision number (number of incompatible revisions). | |
const unsigned int | stp_binary_age = STP_BINARY_AGE |
The library ABI binary age number (number of forward-compatible revisions). | |
const unsigned int | stp_interface_age = STP_INTERFACE_AGE |
The library ABI interface age number (number of revisions of this ABI). |