[glib] introspection: Add annotations for g_file_copy, g_file_move
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] introspection: Add annotations for g_file_copy, g_file_move
- Date: Thu, 18 Nov 2010 01:07:46 +0000 (UTC)
commit 260d005616b7150c3e560a9fc29734a19ab8e24e
Author: Colin Walters <walters verbum org>
Date: Wed Nov 17 20:06:07 2010 -0500
introspection: Add annotations for g_file_copy, g_file_move
gio/gfile.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gio/gfile.c b/gio/gfile.c
index f84e592..4cfec8f 100644
--- a/gio/gfile.c
+++ b/gio/gfile.c
@@ -2989,8 +2989,8 @@ file_copy_fallback (GFile *source,
* @destination: destination #GFile
* @flags: set of #GFileCopyFlags
* @cancellable: optional #GCancellable object, %NULL to ignore.
- * @progress_callback: function to callback with progress information
- * @progress_callback_data: user data to pass to @progress_callback
+ * @progress_callback: (scope call): function to callback with progress information
+ * @progress_callback_data: (closure): user data to pass to @progress_callback
* @error: #GError to set on error, or %NULL
*
* Copies the file @source to the location specified by @destination.
@@ -3194,8 +3194,8 @@ g_file_copy_finish (GFile *file,
* @destination: #GFile pointing to the destination location.
* @flags: set of #GFileCopyFlags.
* @cancellable: optional #GCancellable object, %NULL to ignore.
- * @progress_callback: #GFileProgressCallback function for updates.
- * @progress_callback_data: gpointer to user data for the callback function.
+ * @progress_callback: (scope call): #GFileProgressCallback function for updates.
+ * @progress_callback_data: (closure): gpointer to user data for the callback function.
* @error: #GError for returning error conditions, or %NULL
*
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]