Add SetCommandLineOptions() for pre-initialzed application
[platform/core/uifw/dali-adaptor.git] / dali / internal / adaptor / common / application-impl.h
index b56814d..63bd089 100755 (executable)
@@ -248,6 +248,14 @@ public:
    */
   void SetStyleSheet( const std::string& stylesheet );
 
+  /**
+   * Sets a command line options.
+   * This is used in case of the preinitialized application.
+   * @param[in] argc A pointer to the number of arguments
+   * @param[in] argv A pointer to the argument list
+   */
+  void SetCommandLineOptions( int* argc, char **argv[] );
+
 public:  // Signals
 
   /**