summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2016-03-23 07:48:16 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2016-03-23 07:48:16 +0900
commit0a3799bca98442ab9802a0c6245f822118685873 (patch)
tree385ae23030d4e00f29ec41d52f7439c5622107d9
parent699a7a54fac998e9cbf19b16ee3e26f77f4530c4 (diff)
downloadapp-manager-0a3799bca98442ab9802a0c6245f822118685873.tar.gz
app-manager-0a3799bca98442ab9802a0c6245f822118685873.tar.bz2
app-manager-0a3799bca98442ab9802a0c6245f822118685873.zip
Fix the description
The app_manager_get_external_shared_data_path API is deprecated since 3.0 in the wearable profile. Change-Id: Ie63d19fb1434ba8e264fd1a45e538ba137564ffb Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--include/app_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/app_manager.h b/include/app_manager.h
index d3c30e3..3ee58f7 100644
--- a/include/app_manager.h
+++ b/include/app_manager.h
@@ -346,7 +346,7 @@ int app_manager_get_shared_resource_path(const char *app_id, char **path);
int app_manager_get_shared_trusted_path(const char *app_id, char **path);
/**
- * @deprecated Deprecated since 2.4.
+ * @deprecated Deprecated since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif.
* @brief Gets the absolute path to the shared data directory of the application specified
* with an application ID.
* @details An application can only read the files of other application's shared data directory.