From: lokilee73 Date: Tue, 6 Oct 2020 09:11:14 +0000 (+0900) Subject: Add remarks for DISPLAY_STATE_SCREEN_DIM and POWER_LOCK_DISPLAY_DIM X-Git-Tag: accepted/tizen/6.0/unified/20201110.230814~2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fapi%2Fdevice.git;a=commitdiff_plain;h=6885c1de5d218364ed56c54f12f75b2817923be1 Add remarks for DISPLAY_STATE_SCREEN_DIM and POWER_LOCK_DISPLAY_DIM Change-Id: I488a385f50ecc495dcbfba138e6641bddb3ae63a Signed-off-by: lokilee73 (cherry picked from commit 4c9e1fdc3826b235465b9ff1a2ee8a7244689ce3) --- diff --git a/include/display-enum.h b/include/display-enum.h index 9b0e508..cdfabfe 100644 --- a/include/display-enum.h +++ b/include/display-enum.h @@ -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 diff --git a/include/power.h b/include/power.h index 518aeb4..299e004 100644 --- a/include/power.h +++ b/include/power.h @@ -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 */