Gjsify LogoGjsify Logo

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

Index

Enumeration Members

DUPLICATE_ID: number

An object id occurred twice.

INVALID_ATTRIBUTE: number

GtkBuilder found an attribute that it doesn’t understand.

INVALID_FUNCTION: number

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: number

An object id is unknown.

INVALID_PROPERTY: number

The specified property is unknown for the object class.

INVALID_SIGNAL: number

The specified signal is unknown for the object class.

INVALID_TAG: number

GtkBuilder found a tag that it doesn’t understand.

INVALID_TYPE_FUNCTION: number

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

INVALID_VALUE: number

GtkBuilder couldn’t parse some attribute value.

MISSING_ATTRIBUTE: number

An attribute that is required by GtkBuilder was missing.

MISSING_PROPERTY_VALUE: number

A required property value was missing.

OBJECT_TYPE_REFUSED: number

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: number

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

UNHANDLED_TAG: number

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

VERSION_MISMATCH: number

The input file requires a newer version of GTK.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method