[application] remove Non-public API.
authorhyunho kang <hhstark.kang@samsung.com>
Mon, 3 Aug 2015 06:08:14 +0000 (15:08 +0900)
committerhyunho kang <hhstark.kang@samsung.com>
Mon, 3 Aug 2015 06:08:14 +0000 (15:08 +0900)
Change-Id: Ibe070539477cde58aab3c5287b015e540e08a7d1
Signed-off-by: hyunho kang <hhstark.kang@samsung.com>
org.tizen.guides/html/native/app/application_n.htm

index 654f1b5..5b9693f 100644 (file)
@@ -576,7 +576,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 the <span style="font-family: Courier New,Courier,monospace">app_exit()</span> function to terminate the event loop.</li>\r
+  <li>Your application itself requests to exit by calling internal 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
@@ -958,4 +958,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>\r
 \r
 </body>\r
-</html>        
\ No newline at end of file
+</html>        \r