Document GtkBuilderError

svn path=/trunk/; revision=21985
This commit is contained in:
Matthias Clasen 2008-12-29 05:58:19 +00:00
parent f8d0aa6c1b
commit 435f0a2eee
2 changed files with 19 additions and 9 deletions

View File

@ -1,6 +1,7 @@
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkenums.sgml: Document GtkArrowPlacement
* gtk/tmpl/gtkbuilder.sgml: Document GtkBuilderError
2008-12-28 Matthias Clasen <mclasen@redhat.com>

View File

@ -265,17 +265,26 @@ respective objects, see
<!-- ##### ENUM GtkBuilderError ##### -->
<para>
Error codes that identify various error that can occur while
using #GtkBuilder.
</para>
@GTK_BUILDER_ERROR_INVALID_TYPE_FUNCTION:
@GTK_BUILDER_ERROR_UNHANDLED_TAG:
@GTK_BUILDER_ERROR_MISSING_ATTRIBUTE:
@GTK_BUILDER_ERROR_INVALID_ATTRIBUTE:
@GTK_BUILDER_ERROR_INVALID_TAG:
@GTK_BUILDER_ERROR_INVALID_TYPE_FUNCTION: A type-func attribute didn't name
a function that returns a #GType.
@GTK_BUILDER_ERROR_UNHANDLED_TAG: The input contained a tag that #GtkBuilder
can't handle.
@GTK_BUILDER_ERROR_MISSING_ATTRIBUTE: An attribute that is required by
#GtkBuilder was missing.
@GTK_BUILDER_ERROR_INVALID_ATTRIBUTE: #GtkBuilder found an attribute that
it doesn't understand.
@GTK_BUILDER_ERROR_INVALID_TAG: #GtkBuilder found a tag that
it doesn't understand.
@GTK_BUILDER_ERROR_MISSING_PROPERTY_VALUE:
@GTK_BUILDER_ERROR_INVALID_VALUE:
@GTK_BUILDER_ERROR_VERSION_MISMATCH:
@GTK_BUILDER_ERROR_INVALID_VALUE: #GtkBuilder couldn't parse
some attribute value.
@GTK_BUILDER_ERROR_VERSION_MISMATCH: The input file requires a newer version
of GTK+.
<!-- ##### FUNCTION gtk_builder_new ##### -->
<para>
@ -436,7 +445,7 @@ respective objects, see
<!-- ##### MACRO GTK_BUILDER_ERROR ##### -->
<para>
The #GError quark for #GtkBuilder errors
</para>