Gtk.RecentManagerError

Error codes for Gtk.RecentManager operations

Since 2.10

RecentManagerError.NOT_FOUND

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

RecentManagerError.INVALID_URI

the URI specified is not valid.

RecentManagerError.INVALID_ENCODING

the supplied string is not UTF-8 encoded.

RecentManagerError.NOT_REGISTERED

no application has registered the specified item.

RecentManagerError.READ

failure while reading the recently used resources file.

RecentManagerError.WRITE

failure while writing the recently used resources file.

RecentManagerError.UNKNOWN

unspecified error.