summaryrefslogtreecommitdiff
path: root/gtk/gtksearchbar.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/gtksearchbar.c
parenta6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff)
downloadgtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtksearchbar.c')
-rw-r--r--gtk/gtksearchbar.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtksearchbar.c b/gtk/gtksearchbar.c
index 23f76cc3fc..8104abef12 100644
--- a/gtk/gtksearchbar.c
+++ b/gtk/gtksearchbar.c
@@ -179,7 +179,7 @@ preedit_changed_cb (GtkEntry *entry,
* search_bar);
* ]|
*
- * Return value: %GDK_EVENT_STOP if the key press event resulted
+ * Returns: %GDK_EVENT_STOP if the key press event resulted
* in text being entered in the search entry (and revealing
* the search bar if necessary), %GDK_EVENT_PROPAGATE otherwise.
*
@@ -455,7 +455,7 @@ gtk_search_bar_init (GtkSearchBar *bar)
* which widget is going to be your text entry using
* gtk_search_bar_connect_entry().
*
- * Return value: a new #GtkSearchBar
+ * Returns: a new #GtkSearchBar
*
* Since: 3.10
*/
@@ -508,7 +508,7 @@ gtk_search_bar_connect_entry (GtkSearchBar *bar,
*
* Returns whether the search mode is on or off.
*
- * Return value: whether search mode is toggled on
+ * Returns: whether search mode is toggled on
*
* Since: 3.10
*/
@@ -548,7 +548,7 @@ gtk_search_bar_set_search_mode (GtkSearchBar *bar,
*
* Returns whether the close button is shown.
*
- * Return value: whether the close button is shown
+ * Returns: whether the close button is shown
*
* Since: 3.10
*/