CssParserWarning

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • The given construct is deprecated and will be removed in a future version

    Declaration

    Swift

    static let deprecated: GtkCssParserWarning
  • A syntax construct was used that should be avoided

    Declaration

    Swift

    static let syntax: GtkCssParserWarning
  • A feature is not implemented

    Declaration

    Swift

    static let unimplemented: GtkCssParserWarning