Package: glib

Function glib:key-file-load-from-bytes

Lambda List

glib:key-file-load-from-bytes (keyfile bytes flags)

Arguments

keyfile -- a g:key-file instance
bytes -- a g:bytes instance
flags -- a g:key-file-flags value

Return Value

True if a key file could be loaded, otherwise false.

Details

Loads a key file from the data in the g:bytes instance. If the data cannot be loaded then false is returned.
 

See also

2025-1-12