mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 06:26:15 +01:00
giostream: Fix a typo in the documentation for g_io_stream_close()
This commit is contained in:
parent
202a9c3497
commit
ad7250ab53
@ -337,7 +337,7 @@ g_io_stream_real_close (GIOStream *stream,
|
|||||||
* @error: location to store the error occurring, or %NULL to ignore
|
* @error: location to store the error occurring, or %NULL to ignore
|
||||||
*
|
*
|
||||||
* Closes the stream, releasing resources related to it. This will also
|
* Closes the stream, releasing resources related to it. This will also
|
||||||
* closes the individual input and output streams, if they are not already
|
* close the individual input and output streams, if they are not already
|
||||||
* closed.
|
* closed.
|
||||||
*
|
*
|
||||||
* Once the stream is closed, all other operations will return
|
* Once the stream is closed, all other operations will return
|
||||||
|
Loading…
Reference in New Issue
Block a user