Returns the installed libraries.
capi
installed-libraries => libraries
libraries⇩ |
A list of library names. |
The function installed-libraries
returns the list of installed CAPI libraries.
A library name is a keyword naming a library.
On Linux, FreeBSD and x86/x64 Solaris platforms, libraries is initially (:gtk)
but may also include :motif
if the deprecated "capi-motif" module is loaded.
On Microsoft Windows platforms, currently libraries is always (:win32)
.
On macOS platforms, in the native GUI image libraries is always (:cocoa)
. In the macOS/GTK+ image, libraries is initially (:gtk)
but may also include :motif
if the deprecated "capi-motif" module is loaded.
default-library
19.5 CAPI communication with host window system - libraries
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42