BuilderError#

class BuilderError#

Error codes that identify various errors that can occur while using GtkBuilder.

Methods#

class BuilderError
quark() int#

Registers an error quark for Builder errors.

Fields#

class BuilderError
DUPLICATE_ID#

An object id occurred twice.

INVALID_ATTRIBUTE#

GtkBuilder found an attribute that it doesn’t understand.

INVALID_FUNCTION#

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.

INVALID_ID#

An object id is unknown.

INVALID_PROPERTY#

The specified property is unknown for the object class.

INVALID_SIGNAL#

The specified signal is unknown for the object class.

INVALID_TAG#

GtkBuilder found a tag that it doesn’t understand.

INVALID_TYPE_FUNCTION#

A type-func attribute didn’t name a function that returns a GType.

INVALID_VALUE#

GtkBuilder couldn’t parse some attribute value.

MISSING_ATTRIBUTE#

An attribute that is required by GtkBuilder was missing.

MISSING_PROPERTY_VALUE#

A required property value was missing.

OBJECT_TYPE_REFUSED#

A specified object type is of the same type or derived from the type of the composite class being extended with builder XML.

TEMPLATE_MISMATCH#

The wrong type was specified in a composite class’s template XML

UNHANDLED_TAG#

The input contained a tag that GtkBuilder can’t handle.

VERSION_MISMATCH#

The input file requires a newer version of GTK.