[gnome-boxes/wip/download: 3/3] tmp
- From: Lasse Schuirmann <lschuirma src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/wip/download: 3/3] tmp
- Date: Sun, 19 Oct 2014 11:38:36 +0000 (UTC)
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]