Improve documentation 53/318653/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Fri, 4 Oct 2024 10:30:56 +0000 (19:30 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Fri, 4 Oct 2024 10:30:56 +0000 (19:30 +0900)
Change-Id: Ib5b6d1040b24ec975ccae70ea56bcdc9df2fa8c0

doc/ui_efl_util_screenshot_doc.h
doc/ui_efl_util_win_property_doc.h

index 91f3fe1f9546552e473332ceab31206cc6a4cf18..c5c016596833a0e69c56aa80b72d663232527bf0 100644 (file)
  * @section CAPI_EFL_UTIL_SCREENSHOT_MODULE_OVERVIEW Overview
  * The EFL UTIL SCREENSHOT API provides functions to capture screenshot.
  * Client can get screenshot image by efl_util_screenshot_take_tbm_surface
- * API with tbm_surface handler.
+ * API with tbm_surface handler.<br>
  *
+ * To take a screenshot, use the following steps:<br>
+ * 1. Create the efl_util_screenshot_h handle<br>
+ * 2. Initialize the handle information using the efl_util_screenshot_initialize() function<br>
+ * 3. Call the efl_util_screenshot_take_tbm_surface() function with the argument efl_util_screenshot_h<br>
+ *    Then the captured screen data will be returned to tbm_surface_h handle<br>
+ * 4. If no longer needed, call the efl_util_screenshot_deinitialize() function to free the efl_util_screenshot_h<br>
  */
 
 #endif /* __TIZEN_UI_EFL_UTIL_SCREENSHOT_DOC_H__ */
index 566bbebb2c6474a6297335ad1a6edcda44e1eaa8..204b043a80bb193d037ae31d82cef6d0500e21c2 100644 (file)
  * The EFL UTIL WINDOW PROPERTY API provides functions to set/get properties of windows
  * such as the notification level, the screen mode and the brightness.
  *
+ * @section CAPI_EFL_UTIL_WIN_PROPERTY_NOTIFICATION_LEVEL Notification Level
+ * Tizen windows have a layer hierarchy. Window layers are logical containers used to control the window stack order.<br>
+ * Among these, there is a notification layer for windows that need to appear above regular windows like emergency popups.<br>
+ * And the notification level is provided for layering between notification windows.<br>
+ * This works ONLY for NOTIFICATION type window.
+ *
+ * @section CAPI_EFL_UTIL_WIN_PROPERTY_SCREEN_MODE Screen Mode
+ * By setting the Screen Mode on a window, you can prevent the screen from being turned off automatically by the timer
+ * while the window is visible on the screen.
+ *
+ * @section CAPI_EFL_UTIL_WIN_PROPERTY_BRIGHTNESS Brightness
+ * By setting the Brightness on a window, you can change the brightness of the screen.
  */
 
 #endif /* __TIZEN_UI_EFL_UTIL_WIN_PROPERTY_DOC_H__ */