Enumeration
Gtk.FileChooserError
Description [src]
These identify the various errors that can occur while calling
GtkFileChooser
functions.
Members
Name | Nickname | Value | Description |
---|---|---|---|
GTK_FILE_CHOOSER_ERROR_NONEXISTENT |
"nonexistent" |
0 |
Indicates that a file does not exist. |
GTK_FILE_CHOOSER_ERROR_BAD_FILENAME |
"bad-filename" |
1 |
Indicates a malformed filename. |
GTK_FILE_CHOOSER_ERROR_ALREADY_EXISTS |
"already-exists" |
2 |
Indicates a duplicate path (e.g. when adding a bookmark). |
GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME |
"incomplete-hostname" |
3 |
Indicates an incomplete hostname (e.g. “http://foo” without a slash after that). |
Type functions
gtk_file_chooser_error_quark
Registers an error quark for GtkFileChooser
errors.