Package: glib

Macro glib:with-key-file-from-file

Lambda List

glib:with-key-file-from-file ((keyfile path &optional flags) &body body)

Syntax

(g:with-key-file-from-file (keyfile path flags) body) => result

Arguments

keyfile -- a newly allocated g:key-file instance
path -- a pathname or namestring for the path of a file to load
flags -- an optional g:key-file-flags value, the default value is :none

Details

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.
 

See also

2025-1-12