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:
Colin Walters 2013-08-15 18:24:45 -04:00
parent a93d373812
commit 4cea6625cb

View File

@ -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
*