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 ebff72a..75c5441 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 37372c4..2e8cff6 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);