Package: glib

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

Lambda List

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

Syntax

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

Arguments

keyfile -- a newly allocated g:key-file instance
data -- a string for the key file loaded in memory
flags -- an optional g:key-file-flags value, the default value is :none

Details

The g:with-key-file-from-data 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