X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFAppUiApp.h;h=7886b54a150849ff10a5f54f75793235c8d661bd;hb=8dca38c382e6a6eaa889c2be2ac452fc3ee95ba6;hp=35af9a3ba229061aab52d827e8c31f2e2010e8b4;hpb=b4a44e76152b58b5d527e7b3d5a8e786c592564e;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FAppUiApp.h b/inc/FAppUiApp.h index 35af9a3..7886b54 100644 --- a/inc/FAppUiApp.h +++ b/inc/FAppUiApp.h @@ -146,7 +146,7 @@ public: */ Tizen::Ui::Controls::Frame* GetFrameAt(int index) const; -/** + /** * Gets the UI state of the UI application. * * @since 2.0 @@ -169,7 +169,6 @@ public: * - A system pop-up, such as an incoming call, notification (for example, SMS), or a low battery warning * pop-up disappears. * - * %OnForeground() is called when the UI application is moved to the foreground. @n * When this method is invoked, the following actions are recommended: * * - Resume the graphic processing, such as 3D or animation, as the UI application now has the focus. @@ -190,7 +189,6 @@ public: * - A device is locked. * - The Home key is pressed. * - * %OnBackground() is called when the UI application is moved to the background. @n * Whenever this method is invoked, the following actions are recommended: * * - Stop the graphic processing, such as 3D or animation, as they will not be displayed.