Update API reference 36/115636/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/3.0/common/20170221.125534 accepted/tizen/3.0/ivi/20170221.050922 accepted/tizen/3.0/mobile/20170221.050820 accepted/tizen/3.0/tv/20170221.050836 accepted/tizen/3.0/wearable/20170221.050858 accepted/tizen/common/20170221.135044 accepted/tizen/ivi/20170221.225942 accepted/tizen/mobile/20170221.225853 accepted/tizen/tv/20170221.225908 accepted/tizen/unified/20170309.033721 accepted/tizen/wearable/20170221.225924 submit/tizen/20170221.022700 submit/tizen_3.0/20170221.022728 submit/tizen_unified/20170308.100409
authorYunjin Lee <yunjin-.lee@samsung.com>
Tue, 21 Feb 2017 01:24:50 +0000 (10:24 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Tue, 21 Feb 2017 01:24:50 +0000 (10:24 +0900)
Change-Id: I73d0117173003dec5dddf519646cbd491773d05e
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
src/include/privilege_information.h

index b1c9ab9..b6c47af 100755 (executable)
@@ -49,7 +49,7 @@ typedef enum {
  * @brief Gets the display name of the given privilege.
  * @since_tizen @if WEARABLE 2.3.1 @elseif MOBILE 2.3 @endif
  * @remarks @a display_name must be released using free().
- * @param[in] api_version The version of API
+ * @param[in] api_version The API version of the application to get privilege information
  * @param[in] privilege The privilege
  * @param[out] display_name The display name of the privilege
  * @return @c 0 on success,
@@ -68,7 +68,7 @@ int privilege_info_get_display_name(const char *api_version, const char *privile
  * @remarks @a display_name must be released using free().
  * @remarks package_type must be one of followings: PRVINFO_PACKAGE_TYPE_NATIVE, PRVINFO_PACKAGE_TYPE_WEB
  * @param[in] package_type The type of application package
- * @param[in] api_version The version of API
+ * @param[in] api_version The API version of the application to get privilege information
  * @param[in] privilege The privilege
  * @param[out] display_name The display name of the privilege
  * @return @c 0 on success,
@@ -85,7 +85,7 @@ int privilege_info_get_display_name_by_pkgtype(const char *package_type, const c
  * @brief Gets the description of the given privilege.
  * @since_tizen @if WEARABLE 2.3.1 @elseif MOBILE 2.3 @endif
  * @remarks @a description must be released using free().
- * @param[in] api_version The version of API
+ * @param[in] api_version The API version of the application to get privilege information
  * @param[in] privilege The privilege
  * @param[out] description The description of the privilege
  * @return @c 0 on success,
@@ -104,7 +104,7 @@ int privilege_info_get_description(const char *api_version, const char *privileg
  * @remarks @a description must be released using free().
  * @remarks package_type must be one of followings: PRVINFO_PACKAGE_TYPE_NATIVE, PRVINFO_PACKAGE_TYPE_WEB
  * @param[in] package_type The type of application package
- * @param[in] api_version The version of API
+ * @param[in] api_version The API version of the application to get privilege information
  * @param[in]  privilege The privilege
  * @param[out] description The description of the privilege
  * @return @c 0 on success,