giochannel: Add an out annotation for g_io_channel_read_unichar()
authorColin Walters <walters@verbum.org>
Thu, 15 Aug 2013 22:24:45 +0000 (18:24 -0400)
committerColin Walters <walters@verbum.org>
Thu, 15 Aug 2013 23:45:34 +0000 (19:45 -0400)
Since it's an output variable.

https://bugzilla.gnome.org/show_bug.cgi?id=704165

glib/giochannel.c

index d345773..84e9d76 100644 (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
  *