Module: Gtk::RecentManagerError
- Defined in:
- (unknown)
Constant Summary collapse
- NOT_FOUND =
the URI specified does not exists in
the recently used resources list. 0 or :not_found
- INVALID_URI =
the URI specified is not valid.
1 or :invalid_uri
- INVALID_ENCODING =
the supplied string is not
UTF-8 encoded. 2 or :invalid_encoding
- NOT_REGISTERED =
no application has registered
the specified item. 3 or :not_registered
- READ =
failure while reading the recently used
resources file. 4 or :read
- WRITE =
failure while writing the recently used
resources file. 5 or :write
- UNKNOWN =
unspecified error.
6 or :unknown