[3.0] workaround to support APP_RESOURCE_PATH constants in stylesheet.
[platform/core/uifw/dali-adaptor.git] / adaptors / devel-api / adaptor-framework / style-monitor.h
index bf63048..2c03172 100644 (file)
@@ -142,6 +142,12 @@ public: // Style Information
    */
   bool LoadThemeFile( const std::string& filename, std::string& output );
 
+  /**
+   * @brief Retrieves the app resource path.
+   * @return app resource path.
+   */
+  std::string GetAppResourcePath();
+
 public: // Signals
 
   /**