mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
giochannel: Add an out annotation for g_io_channel_read_unichar()
Since it's an output variable. https://bugzilla.gnome.org/show_bug.cgi?id=704165
This commit is contained in:
parent
a93d373812
commit
4cea6625cb
@ -2117,7 +2117,7 @@ g_io_channel_read_chars (GIOChannel *channel,
|
||||
/**
|
||||
* g_io_channel_read_unichar:
|
||||
* @channel: a #GIOChannel
|
||||
* @thechar: a location to return a character
|
||||
* @thechar: (out): a location to return a character
|
||||
* @error: a location to return an error of type #GConvertError
|
||||
* or #GIOChannelError
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user