Enumeration

GLibKeyFileError

since: 2.0

Declaration

error-domain GLib.KeyFileError

Description

Error codes returned by key file parsing.

Available since: 2.0

Members

G_KEY_FILE_ERROR_UNKNOWN_ENCODING

The text being parsed was in an unknown encoding.

  • Value: 0
  • Nickname: None
  • Available since: 2.0
G_KEY_FILE_ERROR_PARSE

Document was ill-formed.

  • Value: 1
  • Nickname: None
  • Available since: 2.0
G_KEY_FILE_ERROR_NOT_FOUND

The file was not found.

  • Value: 2
  • Nickname: None
  • Available since: 2.0
G_KEY_FILE_ERROR_KEY_NOT_FOUND

A requested key was not found.

  • Value: 3
  • Nickname: None
  • Available since: 2.0
G_KEY_FILE_ERROR_GROUP_NOT_FOUND

A requested group was not found.

  • Value: 4
  • Nickname: None
  • Available since: 2.0
G_KEY_FILE_ERROR_INVALID_VALUE

A value could not be parsed.

  • Value: 5
  • Nickname: None
  • Available since: 2.0