glib r7105 - branches/glib-2-16/gio



Author: matthiasc
Date: Mon Jun 30 03:06:56 2008
New Revision: 7105
URL: http://svn.gnome.org/viewvc/glib?rev=7105&view=rev

Log:
Fix a doc problem


Modified:
   branches/glib-2-16/gio/ChangeLog
   branches/glib-2-16/gio/gmemoryoutputstream.c

Modified: branches/glib-2-16/gio/gmemoryoutputstream.c
==============================================================================
--- branches/glib-2-16/gio/gmemoryoutputstream.c	(original)
+++ branches/glib-2-16/gio/gmemoryoutputstream.c	Mon Jun 30 03:06:56 2008
@@ -243,7 +243,7 @@
  *
  * Note, this does not return the number of bytes written to the stream.
  * In glib 2.18 this is availible with g_memory_output_stream_get_data_size(),
- * but for 2.16 you have to use g_seekable_seek() to G_SEEK_END
+ * but for 2.16 you have to use g_seekable_seek() to %G_SEEK_CUR
  * and call g_seekable_tell() to achive this.
  * 
  * Returns: the number of bytes allocated for the data buffer



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