From 80a124bafd73b0f6254eb71e37977106c0d4c353 Mon Sep 17 00:00:00 2001 From: Hyunjin Park Date: Tue, 22 Sep 2015 14:52:09 +0900 Subject: [PATCH] [content] modify directory API's description to follow native API ACR : TWDAPI-29 Change-Id: I10bbcd7259120be97457283b1f6ba49fe4a803d3 Signed-off-by: Hyunjin park --- .../html/device_api/mobile/tizen/content.html | 6 +++--- .../html/device_api/wearable/tizen/content.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/org.tizen.web.apireference/html/device_api/mobile/tizen/content.html b/org.tizen.web.apireference/html/device_api/mobile/tizen/content.html index b4874e1..74e4a7c 100644 --- a/org.tizen.web.apireference/html/device_api/mobile/tizen/content.html +++ b/org.tizen.web.apireference/html/device_api/mobile/tizen/content.html @@ -1569,7 +1569,7 @@ UnknownError: In case of any error
- Called when a content directory or more than one content file is added. + Called when a content directory is added.
void oncontentdiradded(ContentDirectory contentDir);
              
@@ -1592,7 +1592,7 @@ UnknownError: In case of any error
- Called when a content directory or more than one content file is updated. + Called when a content directory is updated.
void oncontentdirupdated(ContentDirectory contentDir);
              
@@ -1615,7 +1615,7 @@ UnknownError: In case of any error
- Called when a content directory or more than one content file is removed. + Called when a content directory is removed.
void oncontentdirremoved(ContentDirectoryId id);
              
diff --git a/org.tizen.web.apireference/html/device_api/wearable/tizen/content.html b/org.tizen.web.apireference/html/device_api/wearable/tizen/content.html index 98b56ba..6e98615 100644 --- a/org.tizen.web.apireference/html/device_api/wearable/tizen/content.html +++ b/org.tizen.web.apireference/html/device_api/wearable/tizen/content.html @@ -1569,7 +1569,7 @@ UnknownError: In case of any error
- Called when a content directory or more than one content file is added. + Called when a content directory is added.
void oncontentdiradded(ContentDirectory contentDir);
              
@@ -1592,7 +1592,7 @@ UnknownError: In case of any error
- Called when a content directory or more than one content file is updated. + Called when a content directory is updated.
void oncontentdirupdated(ContentDirectory contentDir);
              
@@ -1615,7 +1615,7 @@ UnknownError: In case of any error
- Called when a content directory or more than one content file is removed. + Called when a content directory is removed.
void oncontentdirremoved(ContentDirectoryId id);
              
-- 2.7.4