From: Inhong Han Date: Fri, 16 Feb 2024 08:07:09 +0000 (+0900) Subject: Remove wearable API version in device event header X-Git-Tag: accepted/tizen/unified/x/20240227.051143~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef0d29771ea50ec00545d93d4f05196c7821ef2d;p=platform%2Fcore%2Fapi%2Finputmethod.git Remove wearable API version in device event header Change-Id: I575d018bde57a48217944eb010de86d603c9cf88 --- diff --git a/inputmethod/include/inputmethod_device_event.h b/inputmethod/include/inputmethod_device_event.h index 0a00338..677c3a6 100644 --- a/inputmethod/include/inputmethod_device_event.h +++ b/inputmethod/include/inputmethod_device_event.h @@ -34,7 +34,7 @@ extern "C" { /** * @brief The handle to retrieve unconventional input device specific event data. * - * @since_tizen @if WEARABLE 3.0 @endif + * @since_tizen 3.0 * * @see ime_event_set_process_input_device_event_cb() */ @@ -43,7 +43,7 @@ typedef void *ime_input_device_event_h; /** * @brief Enumeration of unconventional input devices. * - * @since_tizen @if WEARABLE 3.0 @endif + * @since_tizen 3.0 * * @see ime_event_set_process_input_device_event_cb() */ @@ -55,7 +55,7 @@ typedef enum { /** * @brief Enumeration of directions for rotary input device's rotation event. * - * @since_tizen @if WEARABLE 3.0 @endif + * @since_tizen 3.0 * * @see ime_input_device_rotary_get_direction() */ @@ -70,7 +70,7 @@ typedef enum * * @details This function processes the input event before an associated text input UI control does. * - * @since_tizen @if WEARABLE 3.0 @endif + * @since_tizen 3.0 * * @remarks @a device_type contains the information what kind of unconventional input device generated the given event, * and the handle @a device_event is used for obtaining device-specific input device event data. @@ -89,7 +89,7 @@ typedef void(*ime_process_input_device_event_cb)(ime_input_device_type_e device_ /** * @brief Sets @c process_input_device_event event callback function. * - * @since_tizen @if WEARABLE 3.0 @endif + * @since_tizen 3.0 * * @privlevel public * @@ -147,7 +147,7 @@ int ime_event_set_process_input_device_event_cb(ime_process_input_device_event_c /** * @brief Unsets @c process_input_device_event event callback function. * - * @since_tizen @if WEARABLE 3.0 @endif + * @since_tizen 3.0 * * @privlevel public * @@ -173,7 +173,7 @@ int ime_event_unset_process_input_device_event_cb(void); * the current input device type is #IME_INPUT_DEVICE_TYPE_ROTARY, then the device_event parameter * can be used to retrieve rotary device specific parameters, such as direction, as shown in the sample code. * - * @since_tizen @if WEARABLE 3.0 @endif + * @since_tizen 3.0 * * @privlevel public *