[application] remove Non-public API.
authorhyunho kang <hhstark.kang@samsung.com>
Wed, 26 Aug 2015 08:41:41 +0000 (17:41 +0900)
committerhyunho kang <hhstark.kang@samsung.com>
Wed, 26 Aug 2015 08:41:41 +0000 (17:41 +0900)
Change-Id: I4b0fd7dd891f4f9e701ae8e2f03ee6e6963bfe2a
Signed-off-by: hyunho kang <hhstark.kang@samsung.com>
org.tizen.guides/html/native/app/application_n.htm

index 2887bde..e4bce8d 100644 (file)
@@ -603,7 +603,7 @@ static void app_control(app_control_h app_control, void *user_data)
 \r
 <p>When your application starts exiting, the <span style="font-family: Courier New,Courier,monospace">app_terminate_cb()</span> callback is invoked. Your application terminates because:</p>\r
 <ul>\r
-  <li>Your application itself requests to exit by calling internal function to terminate the event loop.</li>\r
+  <li>Your application itself requests to exit by calling <span style="font-family: Courier New,Courier,monospace">ui_app_exit()</span> function to terminate the event loop.</li>\r
   <li>The Low Memory Killer is killing your application in a low memory situation.</li>\r
 </ul>\r
 <p>The application state changes are managed by the underlying framework. The following figure and table illustrate the application states.</p>\r