FileChooserError

public extension FileChooserError
  • Cast constructor, converting any binary integer to a FileChooserError.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Indicates that a file does not exist.

    Declaration

    Swift

    static let nonexistent: GtkFileChooserError
  • Indicates a malformed filename.

    Declaration

    Swift

    static let badFilename: GtkFileChooserError
  • Indicates a duplicate path (e.g. when adding a bookmark).

    Declaration

    Swift

    static let alreadyExists: GtkFileChooserError
  • Indicates an incomplete hostname (e.g. “http://foo” without a slash after that).

    Declaration

    Swift

    static let incompleteHostname: GtkFileChooserError