[gnome-boxes/wip/download: 11/12] downloader: Correct documentation comment



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

    downloader: Correct documentation comment
    
    https://bugzilla.gnome.org/show_bug.cgi?id=738168

 src/downloader.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/downloader.vala b/src/downloader.vala
index 9c4ecb7..ac90260 100644
--- a/src/downloader.vala
+++ b/src/downloader.vala
@@ -62,8 +62,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]