Package: gtk

Function gtk:check-version

Lambda List

gtk:check-version (major minor micro)

Arguments

major -- an unsigned integer with the required major version
minor -- an unsigned integer with the required minor version
micro -- an unsigned integer with the required micro version

Return Value

The nil value if the GTK library is compatible with the given version, or a string describing the version mismatch.

Details

Checks that the GTK library in use is compatible with the given version. Compatibility is defined by two things: first the version of the running library is newer than the major.minor.micro version. Second the running library must be binary compatible with the major.minor.micro version (same major version).
 

See also

2023-3-24