Remove wearable API version in device event header 17/306117/1
authorInhong Han <inhong1.han@samsung.com>
Fri, 16 Feb 2024 08:07:09 +0000 (17:07 +0900)
committerInhong Han <inhong1.han@samsung.com>
Fri, 16 Feb 2024 08:07:09 +0000 (17:07 +0900)
Change-Id: I575d018bde57a48217944eb010de86d603c9cf88

inputmethod/include/inputmethod_device_event.h

index 0a00338..677c3a6 100644 (file)
@@ -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
  *