Automatic image atlasing
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / renderers / renderer-factory-cache.h
index 947fd47..d1c26ee 100644 (file)
@@ -136,8 +136,10 @@ public:
    * @brief Cleans the renderer cache by removing the renderer from the cache based on the given key if there are no longer any references to it
    *
    * @param[in] key The key used for caching
+   *
+   * @return True if the renderer is no longer used anywhere, false otherwise
    */
-  void CleanRendererCache( const std::string& key );
+  bool CleanRendererCache( const std::string& key );
 
 protected: