mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
fix a comment
svn path=/trunk/; revision=7058
This commit is contained in:
parent
d780a41c37
commit
d9a932bf14
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user