summaryrefslogtreecommitdiff
path: root/gtk/gtktogglebutton.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/gtktogglebutton.c
parenta6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff)
downloadgtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtktogglebutton.c')
-rw-r--r--gtk/gtktogglebutton.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktogglebutton.c b/gtk/gtktogglebutton.c
index e31406af70..5080097ce9 100644
--- a/gtk/gtktogglebutton.c
+++ b/gtk/gtktogglebutton.c
@@ -444,7 +444,7 @@ gtk_toggle_button_set_mode (GtkToggleButton *toggle_button,
* Retrieves whether the button is displayed as a separate indicator
* and label. See gtk_toggle_button_set_mode().
*
- * Return value: %TRUE if the togglebutton is drawn as a separate indicator
+ * Returns: %TRUE if the togglebutton is drawn as a separate indicator
* and label.
**/
gboolean
@@ -565,7 +565,7 @@ gtk_toggle_button_set_inconsistent (GtkToggleButton *toggle_button,
*
* Gets the value set by gtk_toggle_button_set_inconsistent().
*
- * Return value: %TRUE if the button is displayed as inconsistent, %FALSE otherwise
+ * Returns: %TRUE if the button is displayed as inconsistent, %FALSE otherwise
**/
gboolean
gtk_toggle_button_get_inconsistent (GtkToggleButton *toggle_button)