[content] modify directory API's description to follow native API
authorHyunjin Park <hj.na.park@samsung.com>
Tue, 22 Sep 2015 05:52:09 +0000 (14:52 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Tue, 22 Sep 2015 05:56:26 +0000 (14:56 +0900)
ACR : TWDAPI-29

Change-Id: I10bbcd7259120be97457283b1f6ba49fe4a803d3
Signed-off-by: Hyunjin park <hj.na.park@samsung.com>
org.tizen.web.apireference/html/device_api/mobile/tizen/content.html
org.tizen.web.apireference/html/device_api/wearable/tizen/content.html

index b4874e1..74e4a7c 100644 (file)
@@ -1569,7 +1569,7 @@ UnknownError: In case of any error              </li>
 </dt>
 <dd>
 <div class="brief">
- Called when a content directory or more than one content file is added.
+ Called when a content directory is added.
             </div>
 <div class="synopsis"><pre class="signature prettyprint">void oncontentdiradded(<a href="#ContentDirectory">ContentDirectory</a> contentDir);
              </pre></div>
@@ -1592,7 +1592,7 @@ UnknownError: In case of any error              </li>
 </dt>
 <dd>
 <div class="brief">
- Called when a content directory or more than one content file is updated.
+ Called when a content directory is updated.
             </div>
 <div class="synopsis"><pre class="signature prettyprint">void oncontentdirupdated(<a href="#ContentDirectory">ContentDirectory</a> contentDir);
              </pre></div>
@@ -1615,7 +1615,7 @@ UnknownError: In case of any error              </li>
 </dt>
 <dd>
 <div class="brief">
- Called when a content directory or more than one content file is removed.
+ Called when a content directory is removed.
             </div>
 <div class="synopsis"><pre class="signature prettyprint">void oncontentdirremoved(<a href="#ContentDirectoryId">ContentDirectoryId</a> id);
              </pre></div>
index 98b56ba..6e98615 100644 (file)
@@ -1569,7 +1569,7 @@ UnknownError: In case of any error              </li>
 </dt>
 <dd>
 <div class="brief">
- Called when a content directory or more than one content file is added.
+ Called when a content directory is added.
             </div>
 <div class="synopsis"><pre class="signature prettyprint">void oncontentdiradded(<a href="#ContentDirectory">ContentDirectory</a> contentDir);
              </pre></div>
@@ -1592,7 +1592,7 @@ UnknownError: In case of any error              </li>
 </dt>
 <dd>
 <div class="brief">
- Called when a content directory or more than one content file is updated.
+ Called when a content directory is updated.
             </div>
 <div class="synopsis"><pre class="signature prettyprint">void oncontentdirupdated(<a href="#ContentDirectory">ContentDirectory</a> contentDir);
              </pre></div>
@@ -1615,7 +1615,7 @@ UnknownError: In case of any error              </li>
 </dt>
 <dd>
 <div class="brief">
- Called when a content directory or more than one content file is removed.
+ Called when a content directory is removed.
             </div>
 <div class="synopsis"><pre class="signature prettyprint">void oncontentdirremoved(<a href="#ContentDirectoryId">ContentDirectoryId</a> id);
              </pre></div>