[Spice-commits] src/channel-main.c
Jonathon Jongsma
jjongsma at kemper.freedesktop.org
Mon Oct 5 11:37:22 PDT 2015
src/channel-main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 75253b7a8fb8fa59c317abeb01b4fa3981597d9e
Author: Jonathon Jongsma <jjongsma at redhat.com>
Date: Mon Sep 28 11:02:27 2015 -0500
Fix documentation for spice_main_file_copy_async()
'sources' should be a NULL-terminated array, but the parameter
documentation treats it as if it is a single file object.
diff --git a/src/channel-main.c b/src/channel-main.c
index 6e66401..2af9e64 100644
--- a/src/channel-main.c
+++ b/src/channel-main.c
@@ -2999,7 +2999,7 @@ static void file_xfer_send_start_msg_async(SpiceMainChannel *channel,
/**
* spice_main_file_copy_async:
* @channel: a #SpiceMainChannel
- * @sources: #GFile to be transfer
+ * @sources: a %NULL-terminated array of #GFile objects to be transferred
* @flags: set of #GFileCopyFlags
* @cancellable: (allow-none): optional #GCancellable object, %NULL to ignore
* @progress_callback: (allow-none) (scope call): function to callback with
More information about the Spice-commits
mailing list