Fix broken annotation in GIOChannel

Missing separator between annotation and description.
This commit is contained in:
Emmanuele Bassi 2023-10-13 12:54:52 +01:00 committed by Philip Withnall
parent ceca2dc5bc
commit c5eb130175

View File

@ -105,7 +105,7 @@
* various functions such as g_io_channel_write_chars() to
* write raw bytes to the channel. Encoding and buffering
* issues are dealt with at a higher level.
* @io_seek: (optional) seeks the channel. This is called from
* @io_seek: (optional): seeks the channel. This is called from
* g_io_channel_seek() on channels that support it.
* @io_close: closes the channel. This is called from
* g_io_channel_close() after flushing the buffers.