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 whether the GLib C library used is compatible with the given Lisp
binding. Examples(glib:check-version 2 84 0) => NIL (glib:check-version 2 99 0) => "GLib version too old (micro mismatch)" | See also |
2025-05-17