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