Package: glib

Function g-key-file-load-from-data

Lambda List

g-key-file-load-from-data (keyfile data flags)

Arguments

keyfile -- a g-key-file instance
data -- a string with the key file loaded in memory
flags -- flags from the g-key-file-flags flags

Return Value

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

Details

Loads a key file from memory into a g-key-file instance. If the data cannot be loaded then false is returned.
 

See also

2021-8-13