Enumeration
GtkBuilderError
Members
- 
            GTK_BUILDER_ERROR_INVALID_TYPE_FUNCTION
- 
            A type-func attribute didn’t name a function that returns a GType.- Value: 0
- Available since: 4.0
 
- Value: 
- 
            GTK_BUILDER_ERROR_UNHANDLED_TAG
- 
            The input contained a tag that GtkBuildercan’t handle.- Value: 1
- Available since: 4.0
 
- Value: 
- 
            GTK_BUILDER_ERROR_MISSING_ATTRIBUTE
- 
            An attribute that is required by GtkBuilderwas missing.- Value: 2
- Available since: 4.0
 
- Value: 
- 
            GTK_BUILDER_ERROR_INVALID_ATTRIBUTE
- 
            GtkBuilderfound an attribute that it doesn’t understand.- Value: 3
- Available since: 4.0
 
- Value: 
- 
            GTK_BUILDER_ERROR_INVALID_TAG
- 
            GtkBuilderfound a tag that it doesn’t understand.- Value: 4
- Available since: 4.0
 
- Value: 
- 
            GTK_BUILDER_ERROR_MISSING_PROPERTY_VALUE
- 
            A required property value was missing. - Value: 5
- Available since: 4.0
 
- Value: 
- 
            GTK_BUILDER_ERROR_INVALID_VALUE
- 
            GtkBuildercouldn’t parse some attribute value.- Value: 6
- Available since: 4.0
 
- Value: 
- 
            GTK_BUILDER_ERROR_VERSION_MISMATCH
- 
            The input file requires a newer version of GTK. - Value: 7
- Available since: 4.0
 
- Value: 
- 
            GTK_BUILDER_ERROR_DUPLICATE_ID
- 
            An object id occurred twice. - Value: 8
- Available since: 4.0
 
- Value: 
- 
            GTK_BUILDER_ERROR_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. - Value: 9
- Available since: 4.0
 
- Value: 
- 
            GTK_BUILDER_ERROR_TEMPLATE_MISMATCH
- 
            The wrong type was specified in a composite class’s template XML. - Value: 10
- Available since: 4.0
 
- Value: 
- 
            GTK_BUILDER_ERROR_INVALID_PROPERTY
- 
            The specified property is unknown for the object class. - Value: 11
- Available since: 4.0
 
- Value: 
- 
            GTK_BUILDER_ERROR_INVALID_SIGNAL
- 
            The specified signal is unknown for the object class. - Value: 12
- Available since: 4.0
 
- Value: 
- 
            GTK_BUILDER_ERROR_INVALID_ID
- 
            An object id is unknown. - Value: 13
- Available since: 4.0
 
- Value: 
- 
            GTK_BUILDER_ERROR_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.0pkgconfig module can fix this problem.- Value: 14
- Available since: 4.0
 
- Value: