Revert "[Tizen] Sync for libds"
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / offscreen-application.h
index 399a4b9..cac1f64 100644 (file)
@@ -75,6 +75,7 @@ public:
    * @brief This is the constructor of OffscreenApplication
    *
    * @param[in] surface The native surface handle to create the OffscreenWindow
+   * @param[in] isTranslucent Whether the OffscreenWindow is translucent or not
    * @param[in] renderMode The RenderMode of the OffscreenApplication
    */
   static OffscreenApplication New( Dali::Any surface, RenderMode renderMode = RenderMode::AUTO );
@@ -86,11 +87,16 @@ public:
 
   /**
    * @brief Copy constructor
+   *
+   * @param [in] offscreenApplication A reference to the copied handle
    */
   OffscreenApplication( const OffscreenApplication& offscreenApplication );
 
   /**
    * @brief Assignment operator
+   *
+   * @param [in] offscreenApplication A reference to the copied handle
+   * @return A reference to this
    */
   OffscreenApplication& operator=( const OffscreenApplication& offscreenApplication );