![]() |
![]() |
![]() |
JSON-GLib Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#define JSON_MAJOR_VERSION #define JSON_MINOR_VERSION #define JSON_MICRO_VERSION #define JSON_VERSION #define JSON_VERSION_S #define JSON_VERSION_HEX #define JSON_CHECK_VERSION (major,minor,micro)
#define JSON_MAJOR_VERSION (0)
Json major version component (e.g. 1 if JSON_VERSION
is 1.2.3)
#define JSON_MINOR_VERSION (10)
Json minor version component (e.g. 2 if JSON_VERSION
is 1.2.3)
#define JSON_MICRO_VERSION (4)
Json micro version component (e.g. 3 if JSON_VERSION
is 1.2.3)
#define JSON_VERSION_S "0.10.4"
Json version, encoded as a string, useful for printing and concatenation.
#define JSON_VERSION_HEX
Json version, encoded as an hexadecimal number, useful for integer comparisons.
#define JSON_CHECK_VERSION(major,minor,micro)
Compile-time version checking. Evaluates to TRUE
if the version
of Json is greater than the required one.
|
required major version |
|
required minor version |
|
required micro version |