From: Joohyun Kim Date: Mon, 22 Jul 2013 23:24:05 +0000 (+0900) Subject: Fix API Reference X-Git-Tag: submit/tizen/20131210.080830^2^2~240^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=906f6cbf2caffea65a3b252a841b34fdaceea7da;p=platform%2Fframework%2Fnative%2Fappfw.git Fix API Reference Change-Id: I13edc9e5a6670f81e3c5c7c117e743d3e5d4ac04 Signed-off-by: Joohyun Kim --- diff --git a/inc/FSysPowerManager.h b/inc/FSysPowerManager.h index 8b1264a..124fd8e 100644 --- a/inc/FSysPowerManager.h +++ b/inc/FSysPowerManager.h @@ -106,7 +106,7 @@ public: * @exception E_SUCCESS The method is successful. * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @exception E_SYSTEM A system error has occurred. - * @remarks The application should explicitly call this method again on foreground(activated) state, if the screen is to be kept 'ON' after coming back from the background(inactivated) state. + * @remarks This screen power control is available only when an application is active. To check the events that are active, use the Tizen::Ui::Controls::IFrameEventListener::OnFrameActivated() method. */ static result KeepScreenOnState(bool keepOn, bool dimming = true); @@ -137,7 +137,7 @@ public: * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @exception E_OUT_OF_RANGE The specified @c brightness is out of range. * @exception E_SYSTEM The method cannot proceed due to a severe system error. - * @remarks This brightness level change is available only when an application is active. To check the events that are active, use the Tizen::Ui::Controls::IFrameEventListener::OnFrameActivated() method. Even if the brightness is set to level 1, a black screen is not displayed. Level 1 is the minimum brightness level that can be set for an application. To know more about screen off, see the TurnScreenOff() method. + * @remarks This brightness level change is available only when an application is active. To check the events that are active, use the Tizen::Ui::Controls::IFrameEventListener::OnFrameActivated() method. Even if the brightness is set to level 1, a black screen is not displayed. Level 1 is the minimum brightness level that can be set for an application. To know more about screen off, see the TurnScreenOff() method. * @see RestoreScreenBrightness() * @see TurnScreenOff() */