Function Macro
TrackerCHECK_VERSION
since: 3.0
Declaration [src]
#define TRACKER_CHECK_VERSION (
major,
minor,
micro
)
Description [src]
This macro essentially does the same thing as
tracker_check_version()
but as a pre-processor operation rather
than a run-time operation. It will evaluate true or false based the
version passed in and the version available.
Available since: 3.0
This function is not directly available to language bindings.