Fix API Reference
authorJoohyun Kim <joohyune.kim@samsung.com>
Mon, 22 Jul 2013 23:24:05 +0000 (08:24 +0900)
committerJoohyun Kim <joohyune.kim@samsung.com>
Mon, 22 Jul 2013 23:24:05 +0000 (08:24 +0900)
Change-Id: I13edc9e5a6670f81e3c5c7c117e743d3e5d4ac04
Signed-off-by: Joohyun Kim <joohyune.kim@samsung.com>
inc/FSysPowerManager.h

index 8b1264a..124fd8e 100644 (file)
@@ -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()
         */