summaryrefslogtreecommitdiff
path: root/gio/gunixinputstream.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-19 19:35:23 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-19 19:41:52 -0500
commit20f4d1820b8d4d0fc4447188e33efffd6d4a88d8 (patch)
tree9e6e497db241e665c22786c0c5f482d03c6c2cfb /gio/gunixinputstream.c
parent9cb53851be2d90c804e6f31da26a11c51329f33c (diff)
docs: use "Returns:" consistently
Instead of "Return value:".
Diffstat (limited to 'gio/gunixinputstream.c')
-rw-r--r--gio/gunixinputstream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gunixinputstream.c b/gio/gunixinputstream.c
index 1d7d88d30..24700ece8 100644
--- a/gio/gunixinputstream.c
+++ b/gio/gunixinputstream.c
@@ -301,7 +301,7 @@ g_unix_input_stream_set_close_fd (GUnixInputStream *stream,
* Returns whether the file descriptor of @stream will be
* closed when the stream is closed.
*
- * Return value: %TRUE if the file descriptor is closed when done
+ * Returns: %TRUE if the file descriptor is closed when done
*
* Since: 2.20
*/
@@ -319,7 +319,7 @@ g_unix_input_stream_get_close_fd (GUnixInputStream *stream)
*
* Return the UNIX file descriptor that the stream reads from.
*
- * Return value: The file descriptor of @stream
+ * Returns: The file descriptor of @stream
*
* Since: 2.20
*/