RecentManagerError

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • the URI specified does not exists in the recently used resources list.

    Declaration

    Swift

    static let notFound: GtkRecentManagerError
  • the URI specified is not valid.

    Declaration

    Swift

    static let invalidUri: GtkRecentManagerError
  • the supplied string is not UTF-8 encoded.

    Declaration

    Swift

    static let invalidEncoding: GtkRecentManagerError
  • no application has registered the specified item.

    Declaration

    Swift

    static let notRegistered: GtkRecentManagerError
  • failure while reading the recently used resources file.

    Declaration

    Swift

    static let read: GtkRecentManagerError
  • failure while writing the recently used resources file.

    Declaration

    Swift

    static let write: GtkRecentManagerError
  • unspecified error.

    Declaration

    Swift

    static let unknown: GtkRecentManagerError