Add a "Failed" signal to the movie poster interface
[cinaest] / src / poster / poster-downloader-interface.vala
index 6c9b963..607a82a 100644 (file)
@@ -22,5 +22,6 @@ public interface PosterDownloader {
        public abstract int FetchThumbnail (string title, string year, string kind) throws DBus.Error;
        public abstract void Unqueue (int handle) throws DBus.Error;
        public signal void fetched (int handle, string path);
+       public signal void failed (int handle);
 }