Package: gtk

GEnum gtk-recent-chooser-error

Details

These identify the various errors that can occur while calling gtk-recent-chooser functions.
(define-g-enum "GtkRecentChooserError" gtk-recent-chooser-error
  (:export t
   :type-initializer "gtk_recent_chooser_error_get_type")
  (:not-found 0)
  (:invalid-uri 1))  
:not-found
Indicates that a file does not exist.
:invalid-uri
Indicates a malformed URI.
 

See also

2021-12-26