GtkRecentManagerError

Error codes for gtk.RecentManager operations

Values

ValueMeaning
NOT_FOUND0

the URI specified does not exists in the recently used resources list.

INVALID_URI1

the URI specified is not valid.

INVALID_ENCODING2

the supplied string is not UTF-8 encoded.

NOT_REGISTERED3

no application has registered the specified item.

READ4

failure while reading the recently used resources file.

WRITE5

failure while writing the recently used resources file.

UNKNOWN6

unspecified error.

Meta

Since

2.10