summaryrefslogtreecommitdiff
path: root/gtk/gtkfontbutton.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/gtkfontbutton.c
parenta6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff)
downloadgtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkfontbutton.c')
-rw-r--r--gtk/gtkfontbutton.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfontbutton.c b/gtk/gtkfontbutton.c
index 9189281e93..70c024f875 100644
--- a/gtk/gtkfontbutton.c
+++ b/gtk/gtkfontbutton.c
@@ -854,7 +854,7 @@ gtk_font_button_set_use_size (GtkFontButton *font_button,
*
* Returns whether the name of the font style will be shown in the label.
*
- * Return value: whether the font style will be shown in the label.
+ * Returns: whether the font style will be shown in the label.
*
* Since: 2.4
**/
@@ -899,7 +899,7 @@ gtk_font_button_set_show_style (GtkFontButton *font_button,
*
* Returns whether the font size will be shown in the label.
*
- * Return value: whether the font size will be shown in the label.
+ * Returns: whether the font size will be shown in the label.
*
* Since: 2.4
**/