GtkRecentManagerError

Error codes for gtk.recent_manager.RecentManager operations

Values

ValueMeaning
NotFound0

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

InvalidUri1

the URI specified is not valid.

InvalidEncoding2

the supplied string is not UTF-8 encoded.

NotRegistered3

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.