mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-27 18:10:03 +01:00
Fix broken annotation in GIOChannel
Missing separator between annotation and description.
This commit is contained in:
parent
ceca2dc5bc
commit
c5eb130175
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user