[gnome-boxes/wip/download: 1/2] downloader: Correct documentation comment



commit c2b22f3556ddb8a3da1270c3b839fef2d38fd1bc
Author: Lasse Schuirmann <lasse schuirmann gmail com>
Date:   Sun Oct 12 10:58:47 2014 +0200

    downloader: Correct documentation comment

 src/downloader.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/downloader.vala b/src/downloader.vala
index 191ee26..06b75d6 100644
--- a/src/downloader.vala
+++ b/src/downloader.vala
@@ -60,8 +60,8 @@ private class Boxes.Downloader : GLib.Object {
      * Downloads the given file.
      *
      * @param remote_file The remote file to download.
-     * @param cached_paths Array of cache directories. The file will be saved in the directory the
-     *                     first element points to.
+     * @param cached_paths Array of possible files. The file will be saved as the first given name. The 
other paths will
+     *                     only be used for searching for cached files.
      * @param progress The ActivityProgress object to report progress to.
      * @param cancellable The Cancellable object for cancellation.
      *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]