Function Macro

JsonENCODE_VERSION

since: 1.0

Declaration [src]

#define JSON_ENCODE_VERSION (
  major,
  minor,
  micro
)

Description [src]

Encodes a JSON-GLib version in an hexadecimal number, useful for integer comparisons.

Available since: 1.0

This function is not directly available to language bindings.

Parameters

major

Type: -

The major version to encode.

minor

Type: -

The minor version to encode.

micro

Type: -

The micro version to encode.