Package: glib

Function glib:key-file-new

Lambda List

glib:key-file-new ()

Return Value

The new empty g:key-file instance.

Details

Creates a new empty g:key-file instance. Use the g:key-file-load-from-file, or g:key-file-load-from-data functions to read an existing key file.

As an alternative, you can use the with:key-file macro to create a key file. This macro releases the memory after the key file is used. See the documentation for this macro for more information.
 

See also

2026-02-06