From: Yunjin Lee Date: Thu, 19 Dec 2019 06:11:58 +0000 (+0900) Subject: Update API reference X-Git-Tag: submit/tizen/20191219.063042 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen%2F20191219.063042;p=platform%2Fcore%2Fsecurity%2Fprivilege-info.git Update API reference Change-Id: I940705e80207ca8f71b9cffda68ad97fb760bf67 Signed-off-by: Yunjin Lee --- diff --git a/src/include/privilege_information.h b/src/include/privilege_information.h index d85e6d8..fa525da 100755 --- a/src/include/privilege_information.h +++ b/src/include/privilege_information.h @@ -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