Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

src/main/print-version.c File Reference

#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).


Variable Documentation

const unsigned int gimpprint_binary_age = GIMPPRINT_BINARY_AGE
 

The library ABI binary age number (number of forward-compatible revisions).

Definition at line 41 of file print-version.c.

const unsigned int gimpprint_current_interface = GIMPPRINT_CURRENT_INTERFACE
 

The library ABI revision number (number of incompatible revisions).

Definition at line 40 of file print-version.c.

const unsigned int gimpprint_interface_age = GIMPPRINT_INTERFACE_AGE
 

The library ABI interface age number (number of revisions of this ABI).

Definition at line 42 of file print-version.c.

const unsigned int gimpprint_major_version = GIMPPRINT_MAJOR_VERSION
 

The library major version number.

Definition at line 37 of file print-version.c.

const unsigned int gimpprint_micro_version = GIMPPRINT_MICRO_VERSION
 

The library micro version number.

Definition at line 39 of file print-version.c.

const unsigned int gimpprint_minor_version = GIMPPRINT_MINOR_VERSION
 

The library minor version number.

Definition at line 38 of file print-version.c.


Generated on Wed May 12 20:21:37 2004 for libgimpprint API Reference by doxygen1.2.17