mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
fix a typo in g_io_channel_flush docs
Refer to the correct return values. Signed-off-by: Matthias Clasen <mclasen@redhat.com>
This commit is contained in:
parent
785bed2e18
commit
86aa49594f
@ -1004,8 +1004,8 @@ g_io_channel_seek_position (GIOChannel *channel,
|
||||
* Flushes the write buffer for the GIOChannel.
|
||||
*
|
||||
* Return value: the status of the operation: One of
|
||||
* #G_IO_CHANNEL_NORMAL, #G_IO_CHANNEL_AGAIN, or
|
||||
* #G_IO_CHANNEL_ERROR.
|
||||
* #G_IO_STATUS_NORMAL, #G_IO_STATUS_AGAIN, or
|
||||
* #G_IO_STATUS_ERROR.
|
||||
**/
|
||||
GIOStatus
|
||||
g_io_channel_flush (GIOChannel *channel,
|
||||
|
Loading…
Reference in New Issue
Block a user