[gnome-boxes/wip/download: 3/3] tmp



commit b714b7fc268094f826dcde760b6dd206c956fb89
Author: Lasse Schuirmann <lasse schuirmann gmail com>
Date:   Sun Oct 19 12:33:11 2014 +0200

    tmp

 src/download.vala |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/download.vala b/src/download.vala
index 9dd10e2..544f5b4 100644
--- a/src/download.vala
+++ b/src/download.vala
@@ -6,6 +6,9 @@ private class Boxes.Download {
     public File cached_file;
     public ActivityProgress progress;
 
+    public signal void download_successful ();
+    public signal void download_failed (GLib.Error error);
+
     public Download (File remote_file, File cached_file, ActivityProgress progress) {
         this.remote_file = remote_file;
         this.uri = remote_file.get_uri ();


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