From: Hwankyu Jhun Date: Tue, 22 Mar 2016 22:48:16 +0000 (+0900) Subject: Fix the description X-Git-Tag: submit/tizen/20160323.020400~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a3799bca98442ab9802a0c6245f822118685873;p=platform%2Fcore%2Fapi%2Fapp-manager.git 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 --- 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.