mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
gio: Mark callback_data of GFileReadMoreCallback as closure
In conjunction with 77fbc10da6
https://bugzilla.gnome.org/show_bug.cgi?id=629347
This commit is contained in:
parent
b5e7e39395
commit
65e443da65
@ -288,7 +288,7 @@ typedef void (*GFileProgressCallback) (goffset current_num_bytes,
|
||||
* GFileReadMoreCallback:
|
||||
* @file_contents: the data as currently read.
|
||||
* @file_size: the size of the data currently read.
|
||||
* @callback_data: data passed to the callback.
|
||||
* @callback_data: (closure): data passed to the callback.
|
||||
*
|
||||
* 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.
|
||||
|
Loading…
Reference in New Issue
Block a user