Package: glib
Function glib:check-version
Lambda Listglib:check-version (major minor micro) ArgumentsReturn Value Returns nil if the GLib C library against which the Lisp binding is
running is compatible with the given version, or a string describing the
version mismatch. Details
Checks if the GLib C library that is used is compatible with the given
Lisp binding. Examples(glib:check-version 2 72 0) => NIL (glib:check-version 2 99 0) => "GLib version too old (micro mismatch)" | See also |
2024-10-12