summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rwxr-xr-xinclude/feedback-internal.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/feedback-internal.h b/include/feedback-internal.h
index 2038bf7..690c030 100755
--- a/include/feedback-internal.h
+++ b/include/feedback-internal.h
@@ -229,6 +229,23 @@ int feedback_set_theme_id_internal(feedback_type_e feedback_type, unsigned int i
int feedback_stop_type_internal(feedback_type_e feedback_type);
/**
+ * @brief Gets the array of theme id supported.
+ * @details This function gets all theme id as defined in the conf file.
+ * The theme id is positive value according to conf file.
+ * @since_tizen 7.0
+ * @param[in] type The feedback type
+ * @param[out] count_of_theme This means size of theme id array
+ * @param[out] theme_ids The theme id array
+ * @return @c 0 on success,
+ * otherwise a negative error value
+ * @retval #FEEDBACK_ERROR_NONE Successful
+ * @retval #FEEDBACK_ERROR_OPERATION_FAILED Operation not permitted
+ * @retval #FEEDBACK_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #FEEDBACK_ERROR_NOT_SUPPORTED Not supported device
+ */
+int feedback_get_theme_ids_internal(feedback_type_e feedback_type, unsigned int *count_of_theme, unsigned int **theme_ids);
+
+/**
* @}
*/