projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a93d373
)
giochannel: Add an out annotation for g_io_channel_read_unichar()
author
Colin Walters
<walters@verbum.org>
Thu, 15 Aug 2013 22:24:45 +0000
(18:24 -0400)
committer
Colin 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
patch
|
blob
|
history
diff --git
a/glib/giochannel.c
b/glib/giochannel.c
index
d345773
..
84e9d76
100644
(file)
--- a/
glib/giochannel.c
+++ b/
glib/giochannel.c
@@
-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
*