mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
introspection: Add more annotations for GFile
Add annotations fixing warnings in GFile. https://bugzilla.gnome.org/show_bug.cgi?id=629347
This commit is contained in:
parent
0ef7174e74
commit
77fbc10da6
@ -6957,9 +6957,11 @@ load_contents_open_callback (GObject *obj,
|
||||
* g_file_load_partial_contents_async: (skip)
|
||||
* @file: input #GFile
|
||||
* @cancellable: optional #GCancellable object, %NULL to ignore
|
||||
* @read_more_callback: a #GFileReadMoreCallback to receive partial data
|
||||
* @read_more_callback: (scope call) (closure user_data): a
|
||||
* #GFileReadMoreCallback to receive partial data
|
||||
* and to specify whether further data should be read
|
||||
* @callback: a #GAsyncReadyCallback to call when the request is satisfied
|
||||
* @callback: (scope async) (closure user_data): a #GAsyncReadyCallback to call
|
||||
* when the request is satisfied
|
||||
* @user_data: the data to pass to the callback functions
|
||||
*
|
||||
* Reads the partial contents of a file. A #GFileReadMoreCallback should
|
||||
|
Loading…
Reference in New Issue
Block a user