Go to the source code of this file.
Defines | |
| #define | GIMPPRINT_MAJOR_VERSION (5) |
| #define | GIMPPRINT_MINOR_VERSION (0) |
| #define | GIMPPRINT_MICRO_VERSION (0) |
| #define | GIMPPRINT_CURRENT_INTERFACE (7) |
| #define | GIMPPRINT_BINARY_AGE (0) |
| #define | GIMPPRINT_INTERFACE_AGE (0) |
| #define | GIMPPRINT_CHECK_VERSION(major, minor, micro) |
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 |
| The library major version number. | |
| const unsigned int | gimpprint_minor_version |
| The library minor version number. | |
| const unsigned int | gimpprint_micro_version |
| The library micro version number. | |
| const unsigned int | gimpprint_current_interface |
| The library ABI revision number (number of incompatible revisions). | |
| const unsigned int | gimpprint_binary_age |
| The library ABI binary age number (number of forward-compatible revisions). | |
| const unsigned int | gimpprint_interface_age |
| The library ABI interface age number (number of revisions of this ABI). | |
Definition in file gimp-print-version.h.
1.3.6