From: yoonki.park Date: Thu, 25 Jun 2015 05:20:06 +0000 (+0900) Subject: Fixed typo X-Git-Tag: tizen_3.0/TD_SYNC/20161201~759 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4af558b88c925dacfe01d10d2ff51918fa798ae;p=sdk%2Fonline-doc.git Fixed typo Change-Id: I3fb8462813f43ac5583ecc442fb770c735500651 Signed-off-by: yoonki.park --- diff --git a/org.tizen.gettingstarted/html/native/first_app/first_app_n.htm b/org.tizen.gettingstarted/html/native/first_app/first_app_n.htm index 137ed92..e1f3d91 100644 --- a/org.tizen.gettingstarted/html/native/first_app/first_app_n.htm +++ b/org.tizen.gettingstarted/html/native/first_app/first_app_n.htm @@ -141,7 +141,7 @@ if (!app_get_id(&app_id_string))
  • Handles

    A handle provides means to manage an instance associated - with it. Handles are widely used in Tizen Native API for ABI + with it. Handles are widely used in Tizen Native API for API compatibility reasons. Creation and destruction functions (create/destroy) are provided for each handle type. They do not create and destroy the handle itself, but they operate on the