summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.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/gtkcalendar.c
parenta6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff)
downloadgtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkcalendar.c')
-rw-r--r--gtk/gtkcalendar.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c
index 8e3f807971..00e6a9bfd5 100644
--- a/gtk/gtkcalendar.c
+++ b/gtk/gtkcalendar.c
@@ -3546,7 +3546,7 @@ gtk_calendar_drag_data_received (GtkWidget *widget,
*
* Creates a new calendar, with the current date being selected.
*
- * Return value: a newly #GtkCalendar widget
+ * Returns: a newly #GtkCalendar widget
**/
GtkWidget*
gtk_calendar_new (void)
@@ -3560,7 +3560,7 @@ gtk_calendar_new (void)
*
* Returns the current display options of @calendar.
*
- * Return value: the display options.
+ * Returns: the display options.
*
* Since: 2.4
**/
@@ -3996,7 +3996,7 @@ gtk_calendar_set_detail_height_rows (GtkCalendar *calendar,
*
* Since: 2.14
*
- * Return value: The width of detail cells, in characters.
+ * Returns: The width of detail cells, in characters.
*/
gint
gtk_calendar_get_detail_width_chars (GtkCalendar *calendar)
@@ -4015,7 +4015,7 @@ gtk_calendar_get_detail_width_chars (GtkCalendar *calendar)
*
* Since: 2.14
*
- * Return value: The height of detail cells, in rows.
+ * Returns: The height of detail cells, in rows.
*/
gint
gtk_calendar_get_detail_height_rows (GtkCalendar *calendar)