glib r7666 - in trunk: . gio



Author: teuf
Date: Fri Nov 21 10:30:43 2008
New Revision: 7666
URL: http://svn.gnome.org/viewvc/glib?rev=7666&view=rev

Log:
Bug 561212 â GFileReadMoreCallback API doc refers to non-existant function
* gio/giotypes.h: fix name of function referred to in
GFileReadMoreCallback API documentation


Modified:
   trunk/ChangeLog
   trunk/gio/giotypes.h

Modified: trunk/gio/giotypes.h
==============================================================================
--- trunk/gio/giotypes.h	(original)
+++ trunk/gio/giotypes.h	Fri Nov 21 10:30:43 2008
@@ -144,7 +144,7 @@
  * @file_size: the size of the data currently read.
  * @callback_data: data passed to the callback.
  *
- * When loading the partial contents of a file with g_file_read_partial_contents(),
+ * When loading the partial contents of a file with g_file_load_partial_contents_async(),
  * it may become necessary to determine if any more data from the file should be loaded.
  * A #GFileReadMoreCallback function facilitates this by returning %TRUE if more data
  * should be read, or %FALSE otherwise.



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