Module: GLib::BookmarkFileError

Defined in:
(unknown)

Constant Summary collapse

INVALID_URI =

URI was ill-formed

0 or :invalid_uri
INVALID_VALUE =

a requested field was not found

1 or :invalid_value
APP_NOT_REGISTERED =

a requested application did

not register a bookmark
2 or :app_not_registered
URI_NOT_FOUND =

a requested URI was not found

3 or :uri_not_found
READ =

document was ill formed

4 or :read
UNKNOWN_ENCODING =

the text being parsed was

in an unknown encoding
5 or :unknown_encoding
WRITE =

an error occurred while writing

6 or :write
FILE_NOT_FOUND =

requested file was not found

7 or :file_not_found