diff options
author | Yunhee Seo <yuni.seo@samsung.com> | 2023-08-18 13:14:26 +0900 |
---|---|---|
committer | Yunhee Seo <yuni.seo@samsung.com> | 2023-08-21 14:30:57 +0900 |
commit | 42e5bca54c6dfe8b1c3abdd3da78fed4b657b04d (patch) | |
tree | 7c00ce6455005513bfe31e1ad2399f2694ec2e60 /include | |
parent | 8721411b5fff98bf3c4487175fafabfb714ddee7 (diff) | |
download | libsvi-42e5bca54c6dfe8b1c3abdd3da78fed4b657b04d.tar.gz libsvi-42e5bca54c6dfe8b1c3abdd3da78fed4b657b04d.tar.bz2 libsvi-42e5bca54c6dfe8b1c3abdd3da78fed4b657b04d.zip |
feedback: Fix typo tizen versionaccepted/tizen/unified/20230822.162230
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>
Diffstat (limited to 'include')
-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 |