summaryrefslogtreecommitdiff
path: root/imgmanager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'imgmanager.hpp')
-rw-r--r--imgmanager.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/imgmanager.hpp b/imgmanager.hpp
index c7e2119..46d8ab3 100644
--- a/imgmanager.hpp
+++ b/imgmanager.hpp
@@ -14,6 +14,7 @@ public:
Cache &GetCache();
void LoadFromURL(std::string url, callback_type cb);
+ void Prefetch(std::string url);
Glib::RefPtr<Gdk::Pixbuf> GetFromURLIfCached(std::string url);
Glib::RefPtr<Gdk::Pixbuf> GetPlaceholder(int size);