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 required minor version
micro -- an unsigned integer with required micro version

Return Value

Nil 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 version major.minor.micro. Second the running library must be binary compatible with the version major.minor.micro (same major version).
 

See also

2023-7-7