GIOChannel: Add missing annotations
authorMartin Pitt <martinpitt@gnome.org>
Thu, 25 Oct 2012 12:55:30 +0000 (14:55 +0200)
committerMartin Pitt <martinpitt@gnome.org>
Thu, 25 Oct 2012 12:55:30 +0000 (14:55 +0200)
commit1775c46e7a3c45da936bbff97fa241e196910964
treec3229f401726b9b4a36669ffe9e3f1823712d9af
parenta5c5730085cf7739215af1624ebdf403b5c11232
GIOChannel: Add missing annotations

The various read and write methods have several out arguments which were not
previously marked as such. Also, as GIOChannel supports binary data with a NULL
encoding, the buffers need to be uint8 arrays instead of utf8 strings.
glib/giochannel.c