gexiv2-version
#define GEXIV2_CHECK_VERSION(major, minor, micro)
major
the major version to check for
minor
the minor version to check for
micro
the micro version to check for
TRUE if the gexiv2 library version is greater than or equal to the supplied version requirement.
gint gexiv2_get_version (void);
void
The gexiv2 library's version number as a formatted decimal XXYYZZ, where XX is the major version, YY is the minor version, and ZZ is the micro version. For example, version 0.6.1 will be returned as 000601.
#define GEXIV2_MAJOR_VERSION 0
#define GEXIV2_MINOR_VERSION 10
#define GEXIV2_MICRO_VERSION 6