ecore_wl2: update document for subsurface sync mode 12/259812/2
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 15 Jun 2021 05:50:42 +0000 (14:50 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Tue, 15 Jun 2021 06:01:15 +0000 (15:01 +0900)
The default commit behaviour of subsurface is syncronized mode.
User needs to know about this information.

Change-Id: Iff87f10e520febce116e72b1026c7dcd9ffd1a73

src/lib/ecore_wl2/Ecore_Wl2.h

index efe6990..f285737 100644 (file)
@@ -3067,7 +3067,7 @@ EAPI Eina_Bool ecore_wl2_window_video_surface_destroy(Ecore_Wl2_Window *win);
 
 /**
  * @brief Set video surface for a given window to synchronized mode
- *        the default commit behaviour is desynchronized mode.
+ *        the default commit behaviour is synchronized mode.
  *
  * @param win The window to set video surface to synchronized mode
  * @param sync EINA_TRUE to set video surface to synchronized mode,
@@ -3207,6 +3207,7 @@ EAPI void *ecore_wl2_subsurface_native_surface_get(Ecore_Wl2_Subsurface *subsurf
  * @return the Ecore_Wl2_Window associated with this subsurface, or NULL on failure.
  *
  * @ingroup Ecore_Wl2_Subsurface_Group
+ * @since_tizen 6.5
  */
 EAPI Ecore_Wl2_Window *ecore_wl2_subsurface_window_get(Ecore_Wl2_Subsurface *subsurface);
 
@@ -3423,6 +3424,7 @@ EAPI void ecore_wl2_subsurface_exported_surface_transform_set(Ecore_Wl2_Subsurfa
 
 /**
  * @brief Enables or disables exported surface synchronization for a given subsurface
+ *        the default commit behaviour is synchronized mode.
  *
  * @param subsurface the subsurface
  * @param sync true to enable synchronization, false to desynchronize