Script UTC test cases
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / scripting / script.h
index e49a0d7..8eed33b 100644 (file)
@@ -75,8 +75,10 @@ public:
    * Executes the contents of filename in a scripted environment.
    * @pre A Dali Application object exists
    * @param filename A filename of a script file to execute
+   * @return true on success, false on failure
+   *
    */
-  void ExecuteFile( const std::string& filename );
+  bool ExecuteFile( const std::string& filename );
 
 private: