Module: GLib::KeyFileError

Defined in:
(unknown)

Constant Summary collapse

UNKNOWN_ENCODING =

the text being parsed was in

an unknown encoding
0 or :unknown_encoding
PARSE =

document was ill-formed

1 or :parse
NOT_FOUND =

the file was not found

2 or :not_found
KEY_NOT_FOUND =

a requested key was not found

3 or :key_not_found
GROUP_NOT_FOUND =

a requested group was not found

4 or :group_not_found
INVALID_VALUE =

a value could not be parsed

5 or :invalid_value