Package: glib

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

Lambda List

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

Arguments

keyfile -- a g-key-file instance
filename -- a string with the path of a filename to load
flags -- flags from the g-key-file-flags flags

Return Value

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

Details

Loads a key file into a g-key-file instance. If the file could not be loaded then false is returned.
 

See also

2021-8-13