#include <gimp-print/gimp-print.h>
#include "gimp-print-internal.h"
#include <gimp-print/gimp-print-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 | gimpprint_major_version = GIMPPRINT_MAJOR_VERSION |
The library major version number. | |
const unsigned int | gimpprint_minor_version = GIMPPRINT_MINOR_VERSION |
The library minor version number. | |
const unsigned int | gimpprint_micro_version = GIMPPRINT_MICRO_VERSION |
The library micro version number. | |
const unsigned int | gimpprint_current_interface = GIMPPRINT_CURRENT_INTERFACE |
The library ABI revision number (number of incompatible revisions). | |
const unsigned int | gimpprint_binary_age = GIMPPRINT_BINARY_AGE |
The library ABI binary age number (number of forward-compatible revisions). | |
const unsigned int | gimpprint_interface_age = GIMPPRINT_INTERFACE_AGE |
The library ABI interface age number (number of revisions of this ABI). |