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:
Florian Müllner 2010-09-25 01:57:55 +02:00 committed by Philip Withnall
parent 0ef7174e74
commit 77fbc10da6

View File

@ -6957,9 +6957,11 @@ load_contents_open_callback (GObject *obj,
* g_file_load_partial_contents_async: (skip) * g_file_load_partial_contents_async: (skip)
* @file: input #GFile * @file: input #GFile
* @cancellable: optional #GCancellable object, %NULL to ignore * @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 * 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 * @user_data: the data to pass to the callback functions
* *
* Reads the partial contents of a file. A #GFileReadMoreCallback should * Reads the partial contents of a file. A #GFileReadMoreCallback should