Whole document tree
    

Whole document tree

GIMP-Print: 4.8.1 Version macros
[ < ] [ > ]   [ << ] [ 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.



This document was generated by Eric Sharkey on February, 16 2002 using texi2html