summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentchoosermenu.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/gtkrecentchoosermenu.c
parenta6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff)
downloadgtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkrecentchoosermenu.c')
-rw-r--r--gtk/gtkrecentchoosermenu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkrecentchoosermenu.c b/gtk/gtkrecentchoosermenu.c
index ba512a4047..75c6cbf07c 100644
--- a/gtk/gtkrecentchoosermenu.c
+++ b/gtk/gtkrecentchoosermenu.c
@@ -1242,7 +1242,7 @@ gtk_recent_chooser_sync_action_properties (GtkActivatable *activatable,
* gtk_recent_chooser_menu_new_for_manager() function to know how to create
* a #GtkRecentChooserMenu widget bound to another #GtkRecentManager object.
*
- * Return value: a new #GtkRecentChooserMenu
+ * Returns: a new #GtkRecentChooserMenu
*
* Since: 2.10
*/
@@ -1266,7 +1266,7 @@ gtk_recent_chooser_menu_new (void)
* object or if you wish to share a common #GtkRecentManager object
* among multiple #GtkRecentChooser widgets.
*
- * Return value: a new #GtkRecentChooserMenu, bound to @manager.
+ * Returns: a new #GtkRecentChooserMenu, bound to @manager.
*
* Since: 2.10
*/
@@ -1286,7 +1286,7 @@ gtk_recent_chooser_menu_new_for_manager (GtkRecentManager *manager)
*
* Returns the value set by gtk_recent_chooser_menu_set_show_numbers().
*
- * Return value: %TRUE if numbers should be shown.
+ * Returns: %TRUE if numbers should be shown.
*
* Since: 2.10
*/