From 76b565e8bdfb530b4ea9057f48d5a40dd8cca41e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 28 Jan 2008 17:09:26 +0000 Subject: [PATCH] Fix docs svn path=/trunk/; revision=6396 --- gio/ChangeLog | 4 ++++ gio/gfile.c | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 42d2d73..0a638fa 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2008-01-28 Matthias Clasen + + * gfile.c (g_file_copy_async): Fix docs + 2008-01-27 Matthias Clasen * gbufferedinputstream.c: diff --git a/gio/gfile.c b/gio/gfile.c index 85c7bf4..4eedbbb 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -2261,14 +2261,16 @@ g_file_copy (GFile *source, * @source: input #GFile. * @destination: destination #GFile * @flags: set of #GFileCopyFlags + * @io_priority: the I/O priority + * of the request. * @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 * @callback: a #GAsyncReadyCallback to call when the request is satisfied * @user_data: the data to pass to callback function * - * Copies the file @source to the location specified by @destination asynchronously. - * For details of the behaviour, see g_file_copy(). + * Copies the file @source to the location specified by @destination + * asynchronously. For details of the behaviour, see g_file_copy(). * * If @progress_callback is not %NULL, then that function that will be called * just like in g_file_copy(), however the callback will run in the main loop, -- 2.7.4