svn path=/trunk/; revision=7058
+2008-06-19 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 539067 – The document g_io_channel_win32_new_fd() says that "Your
+ code should call only g_io_channel_read()." but gio_channel_read() is
+ deprecated
+
+ * glib/giochannel.h: Fix a reference in a comment
+ Patch by Hiroyuki Ikezoe
+
2008-06-18 Matthias Clasen <mclasen@redhat.com>
Bug 537635 – Corrections and improvements to
* implemented on Win32 by starting a thread that sits blocked in a
* read() from the file descriptor most of the time. All reads from
* the file descriptor should be done by this internal GLib
- * thread. Your code should call only g_io_channel_read().
+ * thread. Your code should call only g_io_channel_read_chars().
*/
GIOChannel* g_io_channel_win32_new_fd (gint fd);