Function Macro
TsparqlCHECK_VERSION
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.
This function is not directly available to language bindings.