Poster downloading update
[cinaest] / src / poster / poster-downloader-interface.vala
index 607a82a..fc253d5 100644 (file)
@@ -18,8 +18,7 @@
 
 [DBus (name = "org.maemo.movieposter.Provider", signals = "fetched")]
 public interface PosterDownloader {
-       public abstract int Fetch (string title, string year, string kind) throws DBus.Error;
-       public abstract int FetchThumbnail (string title, string year, string kind) throws DBus.Error;
+       public abstract int Fetch (string title, string year, string kind, int width, int height) 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);