Module: Gtk::FileChooserError
- Defined in:
- (unknown)
Constant Summary collapse
- NONEXISTENT =
Indicates that a file does not exist.
0 or :nonexistent
- BAD_FILENAME =
Indicates a malformed filename.
1 or :bad_filename
- ALREADY_EXISTS =
Indicates a duplicate path (e.g. when
adding a bookmark). 2 or :already_exists
- INCOMPLETE_HOSTNAME =
Indicates an incomplete hostname
(e.g. "http://foo" without a slash after that). 3 or :incomplete_hostname