fix a comment

svn path=/trunk/; revision=7058
This commit is contained in:
Matthias Clasen 2008-06-19 04:40:15 +00:00
parent d780a41c37
commit d9a932bf14
2 changed files with 10 additions and 1 deletions

View File

@ -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

View 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);