GNOME Bugzilla – Bug 491975
The documentation for the interfaces "g_io_channel_read_unichar" and "g_io_channel_write_unichar" does not describe their functionality
Last modified: 2007-11-10 01:13:54 UTC
Documentation Section: http://library.gnome.org/devel/glib/unstable/glib-IO-Channels.html#g-io-channel-read-unichar http://library.gnome.org/devel/glib/unstable/glib-IO-Channels.html#g-io-channel-write-unichar This function cannot be called on a channel with NULL encoding. Correct version: "Reads a unicode character from GIOChannel. This function cannot be called on a channel with NULL encoding." and "Writes a unicode character to GIOChannel. This function cannot be called on a channel with NULL encoding." Other information: The detailed issue description can be found at: http://linuxtesting.org/results/report?num=D0008
2007-11-09 Matthias Clasen <mclasen@redhat.com> * glib/giochannel.c: Coding style cleanups and doc improvements. (#491975, Areg Beketovski)