diff options
author | pr.jung <pr.jung@samsung.com> | 2016-03-29 20:52:18 +0900 |
---|---|---|
committer | pr.jung <pr.jung@samsung.com> | 2016-03-29 20:52:18 +0900 |
commit | a3931e86ff7859abaa6051701bcf49d31cbfcf79 (patch) | |
tree | 4b925e85393c2b925313bd73a71e1f69a3bf74b8 /include | |
parent | 863259577b915ceec0dab6f82b2a6397856ddaea (diff) | |
download | libsvi-a3931e86ff7859abaa6051701bcf49d31cbfcf79.tar.gz libsvi-a3931e86ff7859abaa6051701bcf49d31cbfcf79.tar.bz2 libsvi-a3931e86ff7859abaa6051701bcf49d31cbfcf79.zip |
Modify API release information for wearable targetssubmit/tizen/20160406.020937accepted/tizen/wearable/20160406.072342accepted/tizen/tv/20160406.072316accepted/tizen/mobile/20160406.072253accepted/tizen/ivi/20160406.072405accepted/tizen/common/20160407.132050
Change-Id: I67543536d43557873f0a4f243212958287d7e922
Signed-off-by: pr.jung <pr.jung@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/feedback.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/feedback.h b/include/feedback.h index 20f5319..1309165 100644 --- a/include/feedback.h +++ b/include/feedback.h @@ -54,7 +54,7 @@ typedef enum /** * @brief Initializes feedback API. * - * @since_tizen 2.4 + * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * * @remarks * If this function is not called in advance, other function will return #FEEDBACK_ERROR_NOT_INITIALIZED. @@ -75,7 +75,7 @@ int feedback_initialize(void); * @brief Deinitializes feedback API. * @details This function must be called when feedback functions are no longer needed. * - * @since_tizen 2.4 + * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * * @remarks * If you don't want to use feedback anymore, you need to deinitialize with this function. @@ -99,7 +99,7 @@ int feedback_deinitialize(void); * This functon can be used to react to pre-defined actions. \n * It play various types of system pre-defined media or vibration patterns. * - * @since_tizen 2.4 + * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * * @remarks * Currently, there are two types of reactions: sound and vibration. \n @@ -130,7 +130,7 @@ int feedback_play(feedback_pattern_e pattern); * This function can be used to react to pre-defined actions. \n * It play specific type of system pre-defined pattern. * - * @since_tizen 2.4 + * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * * @remarks * Currently, there are two types of reactions: sound and vibration. \n @@ -160,7 +160,7 @@ int feedback_play_type(feedback_type_e type, feedback_pattern_e pattern); * This functon can be used to stop react to pre-defined actions. \n * It stops system pre-defined vibration patterns. * - * @since_tizen 2.4 + * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * * @remarks * This function does not support to stop media sound actions. \n @@ -185,7 +185,7 @@ int feedback_stop(void); * @details * This functon can be used to check if a specific pattern is supported. * - * @since_tizen 2.4 + * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * * @param[in] type The pattern type * @param[in] pattern The pre-defined pattern |