Interface BuilderError


public interface BuilderError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    An object id occurred twice.
    static final int
    `GtkBuilder` found an attribute that
    it doesn’t understand.
    static final int
    A function could not be found.
    static final int
    An object id is unknown.
    static final int
    The specified property is unknown for the object class.
    static final int
    The specified signal is unknown for the object class.
    static final int
    `GtkBuilder` found a tag that
    it doesn’t understand.
    static final int
    A type-func attribute didn’t name
    a function that returns a `GType`.
    static final int
    `GtkBuilder` couldn’t parse
    some attribute value.
    static final int
    An attribute that is required by
    `GtkBuilder` was missing.
    static final int
    A required property value was
    missing.
    static final int
    A specified object type is of the same type or
    derived from the type of the composite class being extended with builder XML.
    static final int
    The wrong type was specified in a composite class’s template XML
    static final int
    The input contained a tag that `GtkBuilder`
    can’t handle.
    static final int
    The input file requires a newer version
    of GTK.
  • Field Details

    • INVALID_TYPE_FUNCTION

      static final int INVALID_TYPE_FUNCTION
      A type-func attribute didn’t name
      a function that returns a `GType`.
      See Also:
    • UNHANDLED_TAG

      static final int UNHANDLED_TAG
      The input contained a tag that `GtkBuilder`
      can’t handle.
      See Also:
    • MISSING_ATTRIBUTE

      static final int MISSING_ATTRIBUTE
      An attribute that is required by
      `GtkBuilder` was missing.
      See Also:
    • INVALID_ATTRIBUTE

      static final int INVALID_ATTRIBUTE
      `GtkBuilder` found an attribute that
      it doesn’t understand.
      See Also:
    • INVALID_TAG

      static final int INVALID_TAG
      `GtkBuilder` found a tag that
      it doesn’t understand.
      See Also:
    • MISSING_PROPERTY_VALUE

      static final int MISSING_PROPERTY_VALUE
      A required property value was
      missing.
      See Also:
    • INVALID_VALUE

      static final int INVALID_VALUE
      `GtkBuilder` couldn’t parse
      some attribute value.
      See Also:
    • VERSION_MISMATCH

      static final int VERSION_MISMATCH
      The input file requires a newer version
      of GTK.
      See Also:
    • DUPLICATE_ID

      static final int DUPLICATE_ID
      An object id occurred twice.
      See Also:
    • OBJECT_TYPE_REFUSED

      static final int 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.
      See Also:
    • TEMPLATE_MISMATCH

      static final int TEMPLATE_MISMATCH
      The wrong type was specified in a composite class’s template XML
      See Also:
    • INVALID_PROPERTY

      static final int INVALID_PROPERTY
      The specified property is unknown for the object class.
      See Also:
    • INVALID_SIGNAL

      static final int INVALID_SIGNAL
      The specified signal is unknown for the object class.
      See Also:
    • INVALID_ID

      static final int INVALID_ID
      An object id is unknown.
      See Also:
    • INVALID_FUNCTION

      static final int 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.
      See Also: