Run-time version check, to check the version the Clutter library that an application is currently linked against
This is the run-time equivalent of the compile-time clutter_check_version pre-processor macro
| major |
major version, like 1 in 1.2.3 |
| minor |
minor version, like 2 in 1.2.3 |
| micro |
micro version, like 3 in 1.2.3 |
|
true if the version of the Clutter library is greater than ( |