From 3514df18b289ec827cb6e4c446419feab1813231 Mon Sep 17 00:00:00 2001 From: Roger Leigh Date: Thu, 21 Jun 2012 23:30:20 +0100 Subject: Imported Upstream version 5.2.8 --- doc/gutenprint/html/group__version.html | 191 ++++++++++++++++---------------- 1 file changed, 94 insertions(+), 97 deletions(-) (limited to 'doc/gutenprint/html/group__version.html') diff --git a/doc/gutenprint/html/group__version.html b/doc/gutenprint/html/group__version.html index 0f81383..89f90b2 100644 --- a/doc/gutenprint/html/group__version.html +++ b/doc/gutenprint/html/group__version.html @@ -2,24 +2,30 @@ + libgutenprint API Reference: version - + + + - -
+
-
libgutenprint API Reference 5.2.7
+
libgutenprint API Reference +  5.2.8 +
+ + -
+
version
-
+

Version information. More...

- - - - - - - - - + + + + + + + +

-Defines

#define STP_MAJOR_VERSION   (5)
#define STP_MINOR_VERSION   (2)
#define STP_MICRO_VERSION   (7)
#define STP_CURRENT_INTERFACE   (2)
#define STP_BINARY_AGE   (0)
#define STP_INTERFACE_AGE   (8)
#define STP_CHECK_VERSION(major, minor, micro)

+

+Macros

#define STP_MAJOR_VERSION   (5)
#define STP_MINOR_VERSION   (2)
#define STP_MICRO_VERSION   (8)
#define STP_CURRENT_INTERFACE   (3)
#define STP_BINARY_AGE   (0)
#define STP_INTERFACE_AGE   (0)
#define STP_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.

+

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 stp_major_version
 The library major version number.
const unsigned int stp_minor_version
 The library minor version number.
const unsigned int stp_micro_version
 The library micro version number.
const unsigned int stp_current_interface
 The library ABI revision number (number of incompatible revisions).
const unsigned int stp_binary_age
 The library ABI binary age number (number of forward-compatible revisions).
const unsigned int stp_interface_age
 The library ABI interface age number (number of revisions of this ABI).
const unsigned int stp_major_version
 The library major version number.
const unsigned int stp_minor_version
 The library minor version number.
const unsigned int stp_micro_version
 The library micro version number.
const unsigned int stp_current_interface
 The library ABI revision number (number of incompatible revisions).
const unsigned int stp_binary_age
 The library ABI binary age number (number of forward-compatible revisions).
const unsigned int stp_interface_age
 The library ABI interface age number (number of revisions of this ABI).

Detailed Description

Version information.

Version information may be used to check the library version at compile-time, using macros, or at run-time, using constants.

-

Define Documentation

- +

Macro Definition Documentation

+
@@ -83,12 +91,11 @@ Variables
#define STP_BINARY_AGE   (0)
-
-
+
- +
@@ -116,44 +123,41 @@ Variables
+
+Value:
(STP_MAJOR_VERSION > (major) || \
+
(STP_MAJOR_VERSION == (major) && \
+
STP_MINOR_VERSION > (minor)) || \
+
(STP_MAJOR_VERSION == (major) && \
+
STP_MINOR_VERSION == (minor) && \
+
STP_MICRO_VERSION >= (micro)))
+
-
-Value:
(STP_MAJOR_VERSION >  (major) ||                \
-  (STP_MAJOR_VERSION == (major) &&              \
-   STP_MINOR_VERSION > (minor)) ||              \
-  (STP_MAJOR_VERSION == (major) &&              \
-   STP_MINOR_VERSION == (minor) &&              \
-   STP_MICRO_VERSION >= (micro)))
-
-
- +
- +
#define STP_CURRENT_INTERFACE   (2)#define STP_CURRENT_INTERFACE   (3)
-
-
+
- +
- +
#define STP_INTERFACE_AGE   (8)#define STP_INTERFACE_AGE   (0)
-
-
+
- +
@@ -161,25 +165,23 @@ Variables
#define STP_MAJOR_VERSION   (5)
-
-
+
- +
- +
#define STP_MICRO_VERSION   (7)#define STP_MICRO_VERSION   (8)
-
-
+
- +
@@ -187,13 +189,12 @@ Variables
#define STP_MINOR_VERSION   (2)
-
-
+

Function Documentation

- +
@@ -221,11 +222,10 @@ Variables
-
-
+

Check whether the library provides the requested version.

-
Parameters:
+
Parameters:
@@ -233,104 +233,101 @@ Variables
required_majorthe minimum major revision.
required_minorthe minimum minor revision.
-
Returns:
NULL if the version matches, or else a description of the error if the library is too old or too new.
+
Returns:
NULL if the version matches, or else a description of the error if the library is too old or too new.

Variable Documentation

- +
- +
const unsigned int stp_binary_ageconst unsigned int stp_binary_age
-
-
+

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

- +
- +
const unsigned int stp_current_interfaceconst unsigned int stp_current_interface
-
-
+

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

- +
- +
const unsigned int stp_interface_ageconst unsigned int stp_interface_age
-
-
+

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

- +
- +
const unsigned int stp_major_versionconst unsigned int stp_major_version
-
-
+

The library major version number.

- +
- +
const unsigned int stp_micro_versionconst unsigned int stp_micro_version
-
-
+

The library micro version number.

- +
- +
const unsigned int stp_minor_versionconst unsigned int stp_minor_version
-
-
+

The library minor version number.

-
- + + + -- cgit v1.2.3