From: lokilee73 Date: Wed, 6 Sep 2017 01:30:01 +0000 (+0900) Subject: Power: change a word form MObile to MOBILE for API reference X-Git-Tag: submit/tizen_3.0/20170906.022910^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f09db738a5af95ea4e94855d042359651df2648e;p=platform%2Fcore%2Fapi%2Fdevice.git Power: change a word form MObile to MOBILE for API reference Change-Id: I87dcc6fee68b32d8a4842ff94ad909e0d4a7ccad Signed-off-by: lokilee73 --- diff --git a/include/power.h b/include/power.h old mode 100644 new mode 100755 index 4f63784..28bfbe4 --- a/include/power.h +++ b/include/power.h @@ -38,12 +38,12 @@ extern "C" { * @brief Enumeration for lock type. * @details Each enum ensures that the suitable device is on until all the lock requests have been released or after a timeout. * - * + * * * * *
Enum TypeCPUBrightness(Display)
Enum TypeCPUBrightness(Display)
POWER_LOCK_CPUONOFF
POWER_LOCK_DISPLAYONON(Normal)
POWER_LOCK_DISPLAY_DIMONON(Dim)
- * The POWER_LOCK_DISPLAY and POWER_LOCK_DISPLAY_DIM types were deprecated in Tizen @if Mobile 2.4 @elseif WEARABLE 3.0 @endif.\n + * The POWER_LOCK_DISPLAY and POWER_LOCK_DISPLAY_DIM types were deprecated in Tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif.\n * Please use below api set instead of these types.\n * int efl_util_set_window_screen_mode(Evas_Object *window, efl_util_screen_mode_e mode); \n * int efl_util_get_window_screen_mode(Evas_Object *window, efl_util_screen_mode_e *mode); @@ -54,8 +54,8 @@ extern "C" { */ typedef enum { POWER_LOCK_CPU, /**< CPU lock */ - POWER_LOCK_DISPLAY, /**< Display normal lock (Deprecated since @if Mobile 2.4 @elseif WEARABLE 3.0 @endif. Use efl_util_set_window_screen_mode() instead) */ - POWER_LOCK_DISPLAY_DIM, /**< Display dim lock (Deprecated since @if Mobile 2.4 @elseif WEARABLE 3.0 @endif. Use efl_util_set_window_screen_mode() instead) */ + POWER_LOCK_DISPLAY, /**< Display normal lock (Deprecated since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. Use efl_util_set_window_screen_mode() instead) */ + POWER_LOCK_DISPLAY_DIM, /**< Display dim lock (Deprecated since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. Use efl_util_set_window_screen_mode() instead) */ } power_lock_e;