fix a comment
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 19 Jun 2008 04:40:15 +0000 (04:40 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 19 Jun 2008 04:40:15 +0000 (04:40 +0000)
svn path=/trunk/; revision=7058

ChangeLog
glib/giochannel.h

index ebff72afe855cb6ce77a73b443a53773b27ef146..75c54411a18d4511bf339cf605de2e26c353bb8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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
index 37372c4e555f11e5804c4e62f13bb6cff35e3b82..2e8cff63e0d99d2bb2ca3e47848fbb2d617bea73 100644 (file)
@@ -337,7 +337,7 @@ GIOChannel *g_io_channel_win32_new_messages (guint hwnd);
  * 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);