summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilder.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-02-02 01:22:14 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-02 01:22:14 -0500
commit245c385ae7df972ced8316c07902b0d2cabc9da3 (patch)
treefafbea95c288d94eba369c0d5f9808a1a6193622 /gtk/gtkbuilder.c
parent30cc1512e634417eb040bd5a287736c1ef7782d9 (diff)
downloadgtk+-245c385ae7df972ced8316c07902b0d2cabc9da3.tar.gz
Docs: Don't use note elements
In most cases, the text itself makes the message clear enough.
Diffstat (limited to 'gtk/gtkbuilder.c')
-rw-r--r--gtk/gtkbuilder.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c
index e3b1fb4656..b5334a93f4 100644
--- a/gtk/gtkbuilder.c
+++ b/gtk/gtkbuilder.c
@@ -1025,11 +1025,9 @@ gtk_builder_add_from_file (GtkBuilder *builder,
* #GError from the #GTK_BUILDER_ERROR, #G_MARKUP_ERROR or #G_FILE_ERROR
* domain.
*
- * <note><para>
* If you are adding an object that depends on an object that is not
* its child (for instance a #GtkTreeView that depends on its
* #GtkTreeModel), you have to explicitly list all of them in @object_ids.
- * </para></note>
*
* Returns: A positive value on success, 0 if an error occurred
*
@@ -1213,11 +1211,9 @@ gtk_builder_add_from_resource (GtkBuilder *builder,
* #GError from the #GTK_BUILDER_ERROR, #G_MARKUP_ERROR or #G_RESOURCE_ERROR
* domain.
*
- * <note><para>
* If you are adding an object that depends on an object that is not
* its child (for instance a #GtkTreeView that depends on its
* #GtkTreeModel), you have to explicitly list all of them in @object_ids.
- * </para></note>
*
* Returns: A positive value on success, 0 if an error occurred
*
@@ -1348,11 +1344,9 @@ gtk_builder_add_from_string (GtkBuilder *builder,
* Upon errors 0 will be returned and @error will be assigned a
* #GError from the #GTK_BUILDER_ERROR or #G_MARKUP_ERROR domain.
*
- * <note><para>
* If you are adding an object that depends on an object that is not
* its child (for instance a #GtkTreeView that depends on its
* #GtkTreeModel), you have to explicitly list all of them in @object_ids.
- * </para></note>
*
* Returns: A positive value on success, 0 if an error occurred
*