BuilderError
Error codes that identify various errors that can occur while using GtkBuilder
.
Entries
A type-func attribute didn’t name a function that returns a GType
.
The input contained a tag that GtkBuilder
can’t handle.
An attribute that is required by GtkBuilder
was missing.
GtkBuilder
found an attribute that it doesn’t understand.
GtkBuilder
found a tag that it doesn’t understand.
A required property value was missing.
GtkBuilder
couldn’t parse some attribute value.
The input file requires a newer version of GTK.
An object id occurred twice.
A specified object type is of the same type or derived from the type of the composite class being extended with builder XML.
The wrong type was specified in a composite class’s template XML
The specified property is unknown for the object class.
The specified signal is unknown for the object class.
An object id is unknown.
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.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.