-
Cast constructor, converting any binary integer to a
BuilderError
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
A type-func attribute didn’t name a function that returns a
GType
.Declaration
Swift
static let invalidTypeFunction: GtkBuilderError
-
The input contained a tag that
GtkBuilder
can’t handle.Declaration
Swift
static let unhandledTag: GtkBuilderError
-
An attribute that is required by
GtkBuilder
was missing.Declaration
Swift
static let missingAttribute: GtkBuilderError
-
GtkBuilder
found an attribute that it doesn’t understand.Declaration
Swift
static let invalidAttribute: GtkBuilderError
-
GtkBuilder
found a tag that it doesn’t understand.Declaration
Swift
static let invalidTag: GtkBuilderError
-
A required property value was missing.
Declaration
Swift
static let missingPropertyValue: GtkBuilderError
-
GtkBuilder
couldn’t parse some attribute value.Declaration
Swift
static let invalidValue: GtkBuilderError
-
The input file requires a newer version of GTK.
Declaration
Swift
static let versionMismatch: GtkBuilderError
-
An object id occurred twice.
Declaration
Swift
static let duplicateId: GtkBuilderError
-
A specified object type is of the same type or derived from the type of the composite class being extended with builder XML.
Declaration
Swift
static let objectTypeRefused: GtkBuilderError
-
The wrong type was specified in a composite class’s template XML
Declaration
Swift
static let templateMismatch: GtkBuilderError
-
The specified property is unknown for the object class.
Declaration
Swift
static let invalidProperty: GtkBuilderError
-
The specified signal is unknown for the object class.
Declaration
Swift
static let invalidSignal: GtkBuilderError
-
An object id is unknown.
Declaration
Swift
static let invalidId: GtkBuilderError
-
A function could not be found. This often happens when symbols are set to be kept private. Compiling code with -rdynamic or using the
gmodule-export-2.0
pkgconfig module can fix this problem.Declaration
Swift
static let invalidFunction: GtkBuilderError