summaryrefslogtreecommitdiff
path: root/gtk/gtktrashmonitor.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/gtktrashmonitor.c
parenta6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff)
downloadgtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtktrashmonitor.c')
-rw-r--r--gtk/gtktrashmonitor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtktrashmonitor.c b/gtk/gtktrashmonitor.c
index 539e496798..06dfff66a8 100644
--- a/gtk/gtktrashmonitor.c
+++ b/gtk/gtktrashmonitor.c
@@ -208,7 +208,7 @@ _gtk_trash_monitor_init (GtkTrashMonitor *monitor)
/**
* _gtk_trash_monitor_get:
*
- * Return value: (transfer full): a new reference to the singleton
+ * Returns: (transfer full): a new reference to the singleton
* #GtkTrashMonitor object. Be sure to call g_object_unref() on it when you are
* done with the trash monitor.
*/
@@ -232,7 +232,7 @@ _gtk_trash_monitor_get (void)
* _gtk_trash_monitor_get_icon:
* @monitor: a #GtkTrashMonitor
*
- * Return value: (transfer full): the #GIcon that should be used to represent
+ * Returns: (transfer full): the #GIcon that should be used to represent
* the state of the trash folder on screen, based on whether there is trash or
* not.
*/
@@ -255,7 +255,7 @@ _gtk_trash_monitor_get_icon (GtkTrashMonitor *monitor)
* _gtk_trash_monitor_get_has_trash:
* @monitor: a #GtkTrashMonitor
*
- * Return value: #TRUE if there is trash in the trash:/// folder, or #FALSE otherwise.
+ * Returns: #TRUE if there is trash in the trash:/// folder, or #FALSE otherwise.
*/
gboolean
_gtk_trash_monitor_get_has_trash (GtkTrashMonitor *monitor)