glib r7058 - in trunk: . glib



Author: matthiasc
Date: Thu Jun 19 04:40:15 2008
New Revision: 7058
URL: http://svn.gnome.org/viewvc/glib?rev=7058&view=rev

Log:
fix a comment


Modified:
   trunk/ChangeLog
   trunk/glib/giochannel.h

Modified: trunk/glib/giochannel.h
==============================================================================
--- trunk/glib/giochannel.h	(original)
+++ trunk/glib/giochannel.h	Thu Jun 19 04:40:15 2008
@@ -337,7 +337,7 @@
  * 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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]