cd-version
cd-version — Obtains the version for the installed colord
|
|
Description
These compile time macros allow the user to enable parts of client code
depending on the version of libcolord installed.
See also: CdClient, CdDevice
Details
CD_MAJOR_VERSION
#define CD_MAJOR_VERSION (0)
CD_MINOR_VERSION
#define CD_MINOR_VERSION (1)
CD_MICRO_VERSION
#define CD_MICRO_VERSION (6)
The compile-time micro version
CD_CHECK_VERSION()
#define CD_CHECK_VERSION(major,minor,micro)
The compile-time major version