load_from_data
Description:
Loads a key file from memory into an empty [struct@GLib.
KeyFile] structure.
If the object cannot be created then a [error@GLib.KeyFileError is returned.
Parameters:
| this |
an empty key file |
| data |
key file loaded in memory |
| length |
the length of |
| flags |
flags from [flags@GLib.KeyFileFlags] |
Returns:
|
true if a key file could be loaded, false otherwise |