From: Junghyun Yeon Date: Tue, 2 May 2017 07:43:58 +0000 (+0900) Subject: Fix wrong since_tizen verisons X-Git-Tag: submit/tizen_3.0/20170616.060706~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b610c7d9ba2a5a0823b6152c33e7e062e0732130;p=platform%2Fcore%2Fapi%2Fapp-manager.git Fix wrong since_tizen verisons - FIx wrong version of attribute, callback and function Change-Id: Ib703bfb8505807b647637d0f52a294a6bb042f13 Signed-off-by: Junghyun Yeon --- diff --git a/include/app_info_extension.h b/include/app_info_extension.h index 1faca3a..1963ebf 100644 --- a/include/app_info_extension.h +++ b/include/app_info_extension.h @@ -36,13 +36,13 @@ extern "C" { /** * @brief Definition for boolean property for filtering based on app info: Boolean property for filtering whether the application has been disabled - * @since_tizen 4.0 + * @since_tizen 3.0 */ #define PACKAGE_INFO_PROP_APP_DISABLED "PACKAGE_INFO_PROP_APP_DISABLED" /** * @brief Called for each application category in app_info_foreach_category(). - * @since_tizen 4.0 + * @since_tizen 3.0 * @remarks @a category will be freed when the application information handle is destroyed * using app_info_destroy() * @param[in] category The name of the category @@ -56,7 +56,7 @@ typedef bool (*app_info_category_cb) (const char *category, void *user_data); /** * @brief Runs a callback for each category which the given application belongs to. - * @since_tizen 4.0 + * @since_tizen 3.0 * @privlevel platform * @privilege %http://tizen.org/privilege/packagemanager.admin * @param[in] app_info The application information