Fix wrong since_tizen verisons 98/127898/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Tue, 2 May 2017 07:43:58 +0000 (16:43 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Tue, 2 May 2017 07:43:58 +0000 (16:43 +0900)
- FIx wrong version of attribute, callback and function

Change-Id: Ib703bfb8505807b647637d0f52a294a6bb042f13
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
include/app_info_extension.h

index 1faca3af5c098f235c3a4547c31644b6e9d8b3ed..1963ebff44ced3e4058454f06a6c1b653eb0c6df 100644 (file)
@@ -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