From f4af558b88c925dacfe01d10d2ff51918fa798ae Mon Sep 17 00:00:00 2001 From: "yoonki.park" Date: Thu, 25 Jun 2015 14:20:06 +0900 Subject: [PATCH] Fixed typo Change-Id: I3fb8462813f43ac5583ecc442fb770c735500651 Signed-off-by: yoonki.park --- org.tizen.gettingstarted/html/native/first_app/first_app_n.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4