gsasl
2.2.1
|
Go to the source code of this file.
Macros | |
#define | GSASL_VERSION "2.2.1" |
#define | GSASL_VERSION_MAJOR 2 |
#define | GSASL_VERSION_MINOR 2 |
#define | GSASL_VERSION_PATCH 1 |
#define | GSASL_VERSION_NUMBER 0x020201 |
#define GSASL_VERSION "2.2.1" |
SECTION:gsasl-version
title | gsasl-version.h |
short_description | version symbols |
The gsasl-version.h file contains version symbols. It should not be included directly, only via gsasl.h. GSASL_VERSION
Pre-processor symbol with a string that describe the header file version number. Used together with gsasl_check_version() to verify header file and run-time library consistency.
Definition at line 42 of file gsasl-version.h.
#define GSASL_VERSION_MAJOR 2 |
GSASL_VERSION_MAJOR
Pre-processor symbol with a decimal value that describe the major level of the header file version number. For example, when the header version is 1.2.3 this symbol will be 1.
Since: 1.1
Definition at line 53 of file gsasl-version.h.
#define GSASL_VERSION_MINOR 2 |
GSASL_VERSION_MINOR
Pre-processor symbol with a decimal value that describe the minor level of the header file version number. For example, when the header version is 1.2.3 this symbol will be 2.
Since: 1.1
Definition at line 64 of file gsasl-version.h.
#define GSASL_VERSION_NUMBER 0x020201 |
GSASL_VERSION_NUMBER
Pre-processor symbol with a hexadecimal value describing the header file version number. For example, when the header version is 1.2.3 this symbol will have the value 0x010203.
Since: 1.1
Definition at line 86 of file gsasl-version.h.
#define GSASL_VERSION_PATCH 1 |
GSASL_VERSION_PATCH
Pre-processor symbol with a decimal value that describe the patch level of the header file version number. For example, when the header version is 1.2.3 this symbol will be 3.
Since: 1.1
Definition at line 75 of file gsasl-version.h.