[glib] introspection: Add more annotations for GFile
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] introspection: Add more annotations for GFile
- Date: Wed, 11 Oct 2017 12:29:46 +0000 (UTC)
commit 77fbc10da658652f47b32b070f625020b671bea1
Author: Florian Müllner <fmuellner gnome org>
Date: Sat Sep 25 01:57:55 2010 +0200
introspection: Add more annotations for GFile
Add annotations fixing warnings in GFile.
https://bugzilla.gnome.org/show_bug.cgi?id=629347
gio/gfile.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gio/gfile.c b/gio/gfile.c
index dd64e66..0b63dde 100644
--- a/gio/gfile.c
+++ b/gio/gfile.c
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]