manpagez: man pages & more
info gimp-print
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.8.1 Version macros

Macro: GIMPPRINT_CHECK_VERSION (major,minor,micro)

This macro returns zero if the version of the libgimpprint headers are greater or equal to the version given as an argument. It returns nonzero if the version of the libgimpprint headers are less than the argument.

Macro: GIMPPRINT_MAJOR_VERSION
Macro: GIMPPRINT_MINOR_VERSION
Macro: GIMPPRINT_MICRO_VERSION
Macro: GIMPPRINT_CURRENT_INTERFACE
Macro: GIMPPRINT_BINARY_AGE
Macro: GIMPPRINT_INTERFACE_AGE

These macros are integers holding the version numbers. They should be used for compile-time checking only. To check version numbers at run-time, use the equivalent variables. Note that at present (4.1.x development branch) the library interface version numbers are not used.


© manpagez.com 2000-2024
Individual documents may contain additional copyright information.