-
Cast constructor, converting any binary integer to a
CssProviderError
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
Failed.
Declaration
Swift
static let failed: GtkCssProviderError
-
Syntax error.
Declaration
Swift
static let syntax: GtkCssProviderError
-
Import error.
Declaration
Swift
static let `import`: GtkCssProviderError
-
Name error.
Declaration
Swift
static let name: GtkCssProviderError
-
Deprecation error.
Declaration
Swift
static let deprecated: GtkCssProviderError
-
Unknown value.
Declaration
Swift
static let unknownValue: GtkCssProviderError