diff --git a/docs/reference/gtk/tmpl/gtkbuilder.sgml b/docs/reference/gtk/tmpl/gtkbuilder.sgml
index 6f5b5481a..5a4c75046 100644
--- a/docs/reference/gtk/tmpl/gtkbuilder.sgml
+++ b/docs/reference/gtk/tmpl/gtkbuilder.sgml
@@ -135,6 +135,13 @@ propery of the <child> element to a true value. Note that
GtkBuilder still requires an <object> element for the internal
child, even if it has already been constructed.
+
+A number of widgets have different places where a child can be
+added (e.g. tabs vs. page content in notebooks). This can be reflected
+in a UI definition by specifying the "type" attribute on a <child>
+The possible values for the "type" attribute are described in
+the sections describing the widget-specific portions of UI definitions.
+
A GtkBuilder UI Definition