summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-12-29 06:17:00 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-12-29 06:17:00 +0000
commitff45f5455e233864068db3654056c200eb246e97 (patch)
tree11c46f8113d634cfedee62c7bba55531c54097d3 /docs
parent0c46603ad4f42d884d5c8ee1a916576384b1caf3 (diff)
downloadgtk+-ff45f5455e233864068db3654056c200eb246e97.tar.gz
More additions
svn path=/trunk/; revision=21988
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/tmpl/gtkbuilder.sgml7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/reference/gtk/tmpl/gtkbuilder.sgml b/docs/reference/gtk/tmpl/gtkbuilder.sgml
index 305565ea73..aa07d8d128 100644
--- a/docs/reference/gtk/tmpl/gtkbuilder.sgml
+++ b/docs/reference/gtk/tmpl/gtkbuilder.sgml
@@ -436,11 +436,12 @@ using #GtkBuilder.
<!-- ##### MACRO GTK_BUILDER_WARN_INVALID_CHILD_TYPE ##### -->
<para>
-
+This macro should be used to emit a warning about and unexpected
+@type value in a #GtkBuildable add_child implementation.
</para>
-@object:
-@type:
+@object: the #GtkBuildable on which the warning ocurred
+@type: the unexpected type value
<!-- ##### MACRO GTK_BUILDER_ERROR ##### -->