Module: Gtk::BuilderError

Defined in:
(unknown)

Constant Summary collapse

INVALID_TYPE_FUNCTION =

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

0 or :invalid_type_function
UNHANDLED_TAG =

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

1 or :unhandled_tag
MISSING_ATTRIBUTE =

An attribute that is required by GtkBuilder was missing.

2 or :missing_attribute
INVALID_ATTRIBUTE =

GtkBuilder found an attribute that it doesn’t understand.

3 or :invalid_attribute
INVALID_TAG =

GtkBuilder found a tag that it doesn’t understand.

4 or :invalid_tag
MISSING_PROPERTY_VALUE =

A required property value was missing.

5 or :missing_property_value
INVALID_VALUE =

GtkBuilder couldn’t parse some attribute value.

6 or :invalid_value
VERSION_MISMATCH =

The input file requires a newer version of GTK.

7 or :version_mismatch
DUPLICATE_ID =

An object id occurred twice.

8 or :duplicate_id
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.

9 or :object_type_refused
TEMPLATE_MISMATCH =

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

10 or :template_mismatch
INVALID_PROPERTY =

The specified property is unknown for the object class.

11 or :invalid_property
INVALID_SIGNAL =

The specified signal is unknown for the object class.

12 or :invalid_signal
INVALID_ID =

An object id is unknown.

13 or :invalid_id
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.

14 or :invalid_function