From 0a3799bca98442ab9802a0c6245f822118685873 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Wed, 23 Mar 2016 07:48:16 +0900 Subject: [PATCH] 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 --- include/app_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4