Types and Values
glib_major_version
extern const guint glib_major_version;
The major version of the GLib library.
An integer variable exported from the library linked
against at application run time.
glib_minor_version
extern const guint glib_minor_version;
The minor version number of the GLib library.
An integer variable exported from the library linked
against at application run time.
glib_micro_version
extern const guint glib_micro_version;
The micro version number of the GLib library.
An integer variable exported from the library linked
against at application run time.
glib_binary_age
extern const guint glib_binary_age;
The binary age of the GLib library.
Defines how far back backwards compatibility reaches.
An integer variable exported from the library linked
against at application run time.
glib_interface_age
extern const guint glib_interface_age;
The interface age of the GLib library.
Defines how far back the API has last been extended.
An integer variable exported from the library linked
against at application run time.
GLIB_MAJOR_VERSION
#define GLIB_MAJOR_VERSION 2
The major version number of the GLib library.
Like glib_major_version, but from the headers used at
application compile time, rather than from the library
linked against at application run time.
GLIB_MINOR_VERSION
#define GLIB_MINOR_VERSION 64
The minor version number of the GLib library.
Like gtk_minor_version, but from the headers used at
application compile time, rather than from the library
linked against at application run time.
GLIB_MICRO_VERSION
#define GLIB_MICRO_VERSION 6
The micro version number of the GLib library.
Like gtk_micro_version, but from the headers used at
application compile time, rather than from the library
linked against at application run time.
GLIB_VERSION_2_26
#define GLIB_VERSION_2_26 (G_ENCODE_VERSION (2, 26))
A macro that evaluates to the 2.26 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.32
GLIB_VERSION_2_28
#define GLIB_VERSION_2_28 (G_ENCODE_VERSION (2, 28))
A macro that evaluates to the 2.28 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.32
GLIB_VERSION_2_30
#define GLIB_VERSION_2_30 (G_ENCODE_VERSION (2, 30))
A macro that evaluates to the 2.30 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.32
GLIB_VERSION_2_32
#define GLIB_VERSION_2_32 (G_ENCODE_VERSION (2, 32))
A macro that evaluates to the 2.32 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.32
GLIB_VERSION_2_34
#define GLIB_VERSION_2_34 (G_ENCODE_VERSION (2, 34))
A macro that evaluates to the 2.34 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.34
GLIB_VERSION_2_36
#define GLIB_VERSION_2_36 (G_ENCODE_VERSION (2, 36))
A macro that evaluates to the 2.36 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.36
GLIB_VERSION_2_38
#define GLIB_VERSION_2_38 (G_ENCODE_VERSION (2, 38))
A macro that evaluates to the 2.38 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.38
GLIB_VERSION_2_40
#define GLIB_VERSION_2_40 (G_ENCODE_VERSION (2, 40))
A macro that evaluates to the 2.40 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.40
GLIB_VERSION_2_42
#define GLIB_VERSION_2_42 (G_ENCODE_VERSION (2, 42))
A macro that evaluates to the 2.42 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.42
GLIB_VERSION_2_44
#define GLIB_VERSION_2_44 (G_ENCODE_VERSION (2, 44))
A macro that evaluates to the 2.44 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.44
GLIB_VERSION_2_46
#define GLIB_VERSION_2_46 (G_ENCODE_VERSION (2, 46))
A macro that evaluates to the 2.46 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.46
GLIB_VERSION_2_48
#define GLIB_VERSION_2_48 (G_ENCODE_VERSION (2, 48))
A macro that evaluates to the 2.48 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.48
GLIB_VERSION_2_50
#define GLIB_VERSION_2_50 (G_ENCODE_VERSION (2, 50))
A macro that evaluates to the 2.50 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.50
GLIB_VERSION_2_52
#define GLIB_VERSION_2_52 (G_ENCODE_VERSION (2, 52))
A macro that evaluates to the 2.52 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.52
GLIB_VERSION_2_54
#define GLIB_VERSION_2_54 (G_ENCODE_VERSION (2, 54))
A macro that evaluates to the 2.54 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.54
GLIB_VERSION_2_56
#define GLIB_VERSION_2_56 (G_ENCODE_VERSION (2, 56))
A macro that evaluates to the 2.56 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.56
GLIB_VERSION_2_58
#define GLIB_VERSION_2_58 (G_ENCODE_VERSION (2, 58))
A macro that evaluates to the 2.58 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.58
GLIB_VERSION_2_60
#define GLIB_VERSION_2_60 (G_ENCODE_VERSION (2, 60))
A macro that evaluates to the 2.60 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.60
GLIB_VERSION_2_62
#define GLIB_VERSION_2_62 (G_ENCODE_VERSION (2, 62))
A macro that evaluates to the 2.62 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.62
GLIB_VERSION_2_64
#define GLIB_VERSION_2_64 (G_ENCODE_VERSION (2, 64))
A macro that evaluates to the 2.64 version of GLib, in a format
that can be used by the C pre-processor.
Since: 2.64
GLIB_VERSION_MIN_REQUIRED
# define GLIB_VERSION_MIN_REQUIRED (GLIB_VERSION_CUR_STABLE)
A macro that should be defined by the user prior to including
the glib.h header.
The definition should be one of the predefined GLib version
macros: GLIB_VERSION_2_26, GLIB_VERSION_2_28,...
This macro defines the earliest version of GLib that the package is
required to be able to compile against.
If the compiler is configured to warn about the use of deprecated
functions, then using functions that were deprecated in version
GLIB_VERSION_MIN_REQUIRED or earlier will cause warnings (but
using functions deprecated in later releases will not).
Since: 2.32
GLIB_VERSION_MAX_ALLOWED
# define GLIB_VERSION_MAX_ALLOWED (GLIB_VERSION_CUR_STABLE)
A macro that should be defined by the user prior to including
the glib.h header.
The definition should be one of the predefined GLib version
macros: GLIB_VERSION_2_26, GLIB_VERSION_2_28,...
This macro defines the latest version of the GLib API that the
package is allowed to make use of.
If the compiler is configured to warn about the use of deprecated
functions, then using functions added after version
GLIB_VERSION_MAX_ALLOWED will cause warnings.
Unless you are using GLIB_CHECK_VERSION() or the like to compile
different code depending on the GLib version, then this should be
set to the same value as GLIB_VERSION_MIN_REQUIRED.
Since: 2.32
GLIB_DISABLE_DEPRECATION_WARNINGS
#ifdef GLIB_DISABLE_DEPRECATION_WARNINGS
A macro that should be defined before including the glib.h header.
If it is defined, no compiler warnings will be produced for uses
of deprecated GLib APIs.