diff options
-rwxr-xr-x | include/feedback-internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/feedback-internal.h b/include/feedback-internal.h index 17b254c..962fe1d 100755 --- a/include/feedback-internal.h +++ b/include/feedback-internal.h @@ -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 |