Package: gtk
Function gtk:check-version
Lambda Listgtk:check-version (major minor micro) ArgumentsReturn 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