Package: gtk

GEnum gtk-recent-manager-error

Details

Error codes for gtk-recent-manager operations.
(define-g-enum "GtkRecentManagerError" gtk-recent-manager-error
  (:export t
   :type-initializer "gtk_recent_manager_error_get_type")
  (:not-found 0)
  (:invalid-uri 1)
  (:invalid-encoding 2)
  (:not-registered 3)
  (:read 4)
  (:write 5)
  (:unknown 6))  
:not-found
The URI specified does not exists in the recently used resources list.
:invalid-uri
The URI specified is not valid.
:invalid-encoding
The supplied string is not UTF-8 encoded.
:not-registered
No application has registered the specified item.
:read
Failure while reading the recently used resources file.
:write
Failure while writing the recently used resources file.
:unknown
Unspecified error.
 

See also

2021-12-27