summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilder.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-19 18:49:43 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-19 18:56:05 -0500
commit469d333aa27c67f7d9b2f3923d62fef8519ff2ba (patch)
treeacacd39d222efb5f22738a36115ed946c43f7797 /gtk/gtkbuilder.c
parenta6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff)
downloadgtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkbuilder.c')
-rw-r--r--gtk/gtkbuilder.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c
index 3efe9e925d..fe15875d17 100644
--- a/gtk/gtkbuilder.c
+++ b/gtk/gtkbuilder.c
@@ -928,7 +928,7 @@ _gtk_builder_finish (GtkBuilder *builder)
* Most users will probably want to use gtk_builder_new_from_file(),
* gtk_builder_new_from_resource() or gtk_builder_new_from_string().
*
- * Return value: a new (empty) #GtkBuilder object
+ * Returns: a new (empty) #GtkBuilder object
*
* Since: 2.12
**/
@@ -1391,7 +1391,7 @@ gtk_builder_add_objects_from_string (GtkBuilder *builder,
* Gets the object named @name. Note that this function does not
* increment the reference count of the returned object.
*
- * Return value: (transfer none): the object named @name or %NULL if
+ * Returns: (transfer none): the object named @name or %NULL if
* it could not be found in the object tree.
*
* Since: 2.12
@@ -1422,7 +1422,7 @@ object_add_to_list (gchar *object_id,
* this function does not increment the reference counts of the returned
* objects.
*
- * Return value: (element-type GObject) (transfer container): a newly-allocated #GSList containing all the objects
+ * Returns: (element-type GObject) (transfer container): a newly-allocated #GSList containing all the objects
* constructed by the #GtkBuilder instance. It should be freed by
* g_slist_free()
*
@@ -1471,7 +1471,7 @@ gtk_builder_set_translation_domain (GtkBuilder *builder,
*
* Gets the translation domain of @builder.
*
- * Return value: the translation domain. This string is owned
+ * Returns: the translation domain. This string is owned
* by the builder object and must not be modified or freed.
*
* Since: 2.12