diff options
Diffstat (limited to 'imgmanager.hpp')
-rw-r--r-- | imgmanager.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/imgmanager.hpp b/imgmanager.hpp index f665a7b..eb8a590 100644 --- a/imgmanager.hpp +++ b/imgmanager.hpp @@ -14,6 +14,7 @@ public: using callback_type = sigc::slot<void(Glib::RefPtr<Gdk::Pixbuf>)>; Cache &GetCache(); + void ClearCache(); void LoadFromURL(std::string url, callback_type cb); // animations need dimensions before loading since there is no (easy) way to scale a PixbufAnimation void LoadAnimationFromURL(std::string url, int w, int h, callback_anim_type cb); |