Update API reference 19/220519/1 tizen_5.5_tv accepted/tizen/5.5/unified/20191230.212252 submit/tizen_5.5/20191219.061721
authorYunjin Lee <yunjin-.lee@samsung.com>
Thu, 19 Dec 2019 06:11:58 +0000 (15:11 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Thu, 19 Dec 2019 06:11:42 +0000 (06:11 +0000)
Change-Id: I940705e80207ca8f71b9cffda68ad97fb760bf67
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
src/include/privilege_information.h

index d85e6d8..fa525da 100755 (executable)
@@ -71,7 +71,7 @@ int privilege_info_get_display_name(const char *api_version, const char *privile
  * @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().
- * @remarks package_type must be one of followings: PRVINFO_PACKAGE_TYPE_NATIVE, PRVINFO_PACKAGE_TYPE_WEB
+ * @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 API version of the application to get privilege information
  * @param[in] privilege The privilege
@@ -107,7 +107,7 @@ int privilege_info_get_description(const char *api_version, const char *privileg
  * @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().
- * @remarks package_type must be one of followings: PRVINFO_PACKAGE_TYPE_NATIVE, PRVINFO_PACKAGE_TYPE_WEB
+ * @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 API version of the application to get privilege information
  * @param[in]  privilege The privilege