Fix the description 25/63225/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 22 Mar 2016 22:48:16 +0000 (07:48 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 22 Mar 2016 22:48:16 +0000 (07:48 +0900)
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>
include/app_manager.h

index d3c30e3..3ee58f7 100644 (file)
@@ -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.