Package: gtk

GEnum gtk:recent-chooser-error

Declaration

(gobject:define-genum "GtkRecentChooserError" recent-chooser-error
  (:export t
   :type-initializer "gtk_recent_chooser_error_get_type")
  (:not-found 0)
  (:invalid-uri 1))  

Values

:not-found
Indicates that a file does not exist.
:invalid-uri
Indicates a malformed URI.

Details

These identify the various errors that can occur while calling gtk:recent-chooser functions.
 

See also

#2024-3-22