RecentChooserError

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

    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 notFound: GtkRecentChooserError
  • Indicates a malformed URI

    Declaration

    Swift

    static let invalidURI: GtkRecentChooserError