Package: glib
Macro glib:with-key-file-from-file
Lambda Listglib:with-key-file-from-file ((keyfile path &optional flags) &body body) SyntaxArgumentsDetails The g:with-key-file-from-file macro allocates a new g:key-file instance and executes the body that uses the key file.
After execution of the body the allocated memory for the key file is released using the g:key-file-free function. The key file is created using the g:key-file-new function and loaded using the g:key-file-load-from-file function. If the key file cannot be loaded then an error condition is thrown. | See also |
2025-05-23