forked from AuroraMiddleware/gtk
Fix a typo
svn path=/trunk/; revision=22008
This commit is contained in:
parent
2ff3c80693
commit
d9ca382118
@ -265,27 +265,27 @@ respective objects, see
|
|||||||
|
|
||||||
<!-- ##### ENUM GtkBuilderError ##### -->
|
<!-- ##### ENUM GtkBuilderError ##### -->
|
||||||
<para>
|
<para>
|
||||||
Error codes that identify various error that can occur while
|
Error codes that identify various errors that can occur while
|
||||||
using #GtkBuilder.
|
using #GtkBuilder.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@GTK_BUILDER_ERROR_INVALID_TYPE_FUNCTION: A type-func attribute didn't name
|
@GTK_BUILDER_ERROR_INVALID_TYPE_FUNCTION: A type-func attribute didn't name
|
||||||
a function that returns a #GType.
|
a function that returns a #GType.
|
||||||
@GTK_BUILDER_ERROR_UNHANDLED_TAG: The input contained a tag that #GtkBuilder
|
@GTK_BUILDER_ERROR_UNHANDLED_TAG: The input contained a tag that #GtkBuilder
|
||||||
can't handle.
|
can't handle.
|
||||||
@GTK_BUILDER_ERROR_MISSING_ATTRIBUTE: An attribute that is required by
|
@GTK_BUILDER_ERROR_MISSING_ATTRIBUTE: An attribute that is required by
|
||||||
#GtkBuilder was missing.
|
#GtkBuilder was missing.
|
||||||
@GTK_BUILDER_ERROR_INVALID_ATTRIBUTE: #GtkBuilder found an attribute that
|
@GTK_BUILDER_ERROR_INVALID_ATTRIBUTE: #GtkBuilder found an attribute that
|
||||||
it doesn't understand.
|
it doesn't understand.
|
||||||
@GTK_BUILDER_ERROR_INVALID_TAG: #GtkBuilder found a tag that
|
@GTK_BUILDER_ERROR_INVALID_TAG: #GtkBuilder found a tag that
|
||||||
it doesn't understand.
|
it doesn't understand.
|
||||||
@GTK_BUILDER_ERROR_MISSING_PROPERTY_VALUE:
|
@GTK_BUILDER_ERROR_MISSING_PROPERTY_VALUE: A required property value was
|
||||||
|
missing.
|
||||||
@GTK_BUILDER_ERROR_INVALID_VALUE: #GtkBuilder couldn't parse
|
@GTK_BUILDER_ERROR_INVALID_VALUE: #GtkBuilder couldn't parse
|
||||||
some attribute value.
|
some attribute value.
|
||||||
@GTK_BUILDER_ERROR_VERSION_MISMATCH: The input file requires a newer version
|
@GTK_BUILDER_ERROR_VERSION_MISMATCH: The input file requires a newer version
|
||||||
of GTK+.
|
of GTK+.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_builder_new ##### -->
|
<!-- ##### FUNCTION gtk_builder_new ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user