feedback: Fix typo tizen version 97/297597/1 accepted/tizen/7.0/unified/20230822.163528
authorYunhee Seo <yuni.seo@samsung.com>
Fri, 18 Aug 2023 04:14:26 +0000 (13:14 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Mon, 21 Aug 2023 07:45:51 +0000 (16:45 +0900)
feedback_get/set_theme_index_internal(), feedback_get_count_of_theme_internal() functions are
supported from tizen_7.0.

Change-Id: I1f49bd8dbc21710617460ba89a32907b034f6ebe
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
include/feedback-internal.h

index 17b254c..962fe1d 100755 (executable)
@@ -160,7 +160,7 @@ int feedback_play_type_soundpath_internal(feedback_type_e type, feedback_pattern
 /**
  * @brief Gets the number of theme supported.
  * @details This function gets the number of theme described in the config file.
- * @since_tizen 8.0
+ * @since_tizen 7.0
  * @remarks For reading count of feedback theme by feedback type, the privilege should be set to, %http://tizen.org/privilege/internal/default/public.
  *          If app doesn't have the privilege, it returns FEEDBACK_ERROR_PERMISSION_DENIED error.
  * @param[in] type The feedback type
@@ -180,7 +180,7 @@ int feedback_get_count_of_theme_internal(feedback_type_e feedback_type, unsigned
 /**
  * @brief Gets the current index of theme selected.
  * @details This function gets the current index of theme selected.
- * @since_tizen 8.0
+ * @since_tizen 7.0
  * @remarks For reading feedback theme index, the privilege should be set to, %http://tizen.org/privilege/internal/default/public.
  *          If app doesn't have the privilege, it returns FEEDBACK_ERROR_PERMISSION_DENIED error.
  * @param[in] type The feedback type
@@ -200,7 +200,7 @@ int feedback_get_theme_index_internal(feedback_type_e feedback_type, unsigned in
  * @details This function sets the index of theme.
  *          The range of theme index will be 1~N according to conf file.
  *          Please put the accurate index_of_theme value.
- * @since_tizen 8.0
+ * @since_tizen 7.0
  * @remarks For setting feedback theme index, the privilege should be set to, %http://tizen.org/privilege/systemsettings.admin.
  *          If app doesn't have the privilege, it returns FEEDBACK_ERROR_PERMISSION_DENIED error.
  * @param[in] type The feedback type