Add remarks for DISPLAY_STATE_SCREEN_DIM and POWER_LOCK_DISPLAY_DIM 23/245323/1
authorlokilee73 <changjoo.lee@samsung.com>
Tue, 6 Oct 2020 09:11:14 +0000 (18:11 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 7 Oct 2020 05:47:42 +0000 (05:47 +0000)
Change-Id: I488a385f50ecc495dcbfba138e6641bddb3ae63a
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
(cherry picked from commit 4c9e1fdc3826b235465b9ff1a2ee8a7244689ce3)

include/display-enum.h
include/power.h

index 9b0e508..cdfabfe 100644 (file)
@@ -11,6 +11,7 @@ extern "C" {
 /**
  * @brief Enumeration for the available display states.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @remarks #DISPLAY_STATE_SCREEN_DIM may not be supported if the DIM state is disabled on the platform.
  */
 
 typedef enum
index 518aeb4..299e004 100644 (file)
@@ -47,6 +47,7 @@ extern "C" {
  * @remarks An application can lock the specific type.
  * @remarks These enums are mutually exclusive.
  * @remarks You cannot combine with an enum below.
+ * @remarks #POWER_LOCK_DISPLAY_DIM may not be supported if the DIM state is disabled on the platform.
  */
 typedef enum {
     POWER_LOCK_CPU, /**< CPU lock */