From 77fbc10da658652f47b32b070f625020b671bea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 25 Sep 2010 01:57:55 +0200 Subject: [PATCH] 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 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gio/gfile.c b/gio/gfile.c index dd64e66f1..0b63ddec6 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