Version information
Version information
|
|
Description
These macros can be used to check the library version in use.
Functions
FLATPAK_CHECK_VERSION()
#define FLATPAK_CHECK_VERSION(major,minor,micro)
Check that the current version is at least major
.minor
.micro
.
Types and Values
FLATPAK_MAJOR_VERSION
#define FLATPAK_MAJOR_VERSION (1)
The major version.
FLATPAK_MINOR_VERSION
#define FLATPAK_MINOR_VERSION (14)
The minor version.
FLATPAK_MICRO_VERSION
#define FLATPAK_MICRO_VERSION (10)
The micro version.