mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
docs: use "Returns:" consistently
Instead of "Return value:".
This commit is contained in:
@@ -262,7 +262,7 @@ g_io_stream_has_pending (GIOStream *stream)
|
||||
* already set or @stream is closed, it will return %FALSE and set
|
||||
* @error.
|
||||
*
|
||||
* Return value: %TRUE if pending was previously unset and is now set.
|
||||
* Returns: %TRUE if pending was previously unset and is now set.
|
||||
*
|
||||
* Since: 2.22
|
||||
*/
|
||||
@@ -370,7 +370,7 @@ g_io_stream_real_close (GIOStream *stream,
|
||||
* The default implementation of this method just calls close on the
|
||||
* individual input/output streams.
|
||||
*
|
||||
* Return value: %TRUE on success, %FALSE on failure
|
||||
* Returns: %TRUE on success, %FALSE on failure
|
||||
*
|
||||
* Since: 2.22
|
||||
*/
|
||||
|
Reference in New Issue
Block a user