mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 08:23:38 +02:00
Bug 561212 – GFileReadMoreCallback API doc refers to non-existant function
* gio/giotypes.h: fix name of function referred to in GFileReadMoreCallback API documentation svn path=/trunk/; revision=7666
This commit is contained in:
@@ -144,7 +144,7 @@ typedef void (*GFileProgressCallback) (goffset current_num_bytes,
|
||||
* @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.
|
||||
|
Reference in New Issue
Block a user