IconThemeError

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • The icon specified does not exist in the theme

    Declaration

    Swift

    static let notFound: GtkIconThemeError
  • An unspecified error occurred.

    Declaration

    Swift

    static let failed: GtkIconThemeError