summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYunhee Seo <yuni.seo@samsung.com>2023-10-20 11:20:52 +0900
committerYunhee Seo <yuni.seo@samsung.com>2023-10-20 11:20:52 +0900
commitbeaf8486476ee954e16c87cb321f52c60da2b4dc (patch)
treed7ca285cd202c0f4413cab3126c4410882038804
parent45242b6d2de001522f2fee8308b8f46fa60194e0 (diff)
downloadlibsvi-ref/for/tizen_7.0.tar.gz
libsvi-ref/for/tizen_7.0.tar.bz2
libsvi-ref/for/tizen_7.0.zip
feedback: Add feedback theme index range descriptionref/for/tizen_7.0
The index of sound theme range is 1 ~ N according to conf file. This index range should be considered when using feedback theme index getter/setter. Change-Id: I8d7086270079ac9d7dd5ebcfffb5e13d032562c4 Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
-rwxr-xr-xinclude/feedback-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/feedback-internal.h b/include/feedback-internal.h
index 0562258..2782dda 100755
--- a/include/feedback-internal.h
+++ b/include/feedback-internal.h
@@ -160,6 +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.
+ * The range of counted theme will be 1~N according to conf file.
* @since_tizen 7.0
* @param[in] type The feedback type
* @param[out] count_of_theme The number of theme supported
@@ -177,6 +178,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.
+ * The range of theme index will be 1~N according to conf file.
* @since_tizen 7.0
* @param[in] type The feedback type
* @param[out] index_of_theme The current index of theme selected