[gnome-boxes/wip/download: 1/3] downloader: Clear up documentation comment



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

    downloader: Clear up 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..3006ef6 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 cache directories. The file will be saved in the directory the first 
element points
+     *                     to. 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]