Enumeration

GtkRecentChooserError

since: 2.10

Declaration

error-domain Gtk.RecentChooserError

Description [src]

These identify the various errors that can occur while calling GtkRecentChooser functions.

Available since: 2.10

Members

GTK_RECENT_CHOOSER_ERROR_NOT_FOUND

Indicates that a file does not exist.

  • Value: 0
  • Available since: 2.10
GTK_RECENT_CHOOSER_ERROR_INVALID_URI

Indicates a malformed URI.

  • Value: 1
  • Available since: 2.10

Type functions

gtk_recent_chooser_error_quark
No description available.