summaryrefslogtreecommitdiff
path: root/gtk/gtktrashmonitor.c
diff options
context:
space:
mode:
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)