Change API description by API review 80/211980/1
authorInHong Han <inhong1.han@samsung.com>
Tue, 13 Aug 2019 05:16:23 +0000 (14:16 +0900)
committerInHong Han <inhong1.han@samsung.com>
Tue, 13 Aug 2019 05:16:23 +0000 (14:16 +0900)
Change-Id: I177586d6cb5df03e18258b91f5113656b2949b34

include/inputmethod.h

index 60d2f39..4f6f3d7 100644 (file)
@@ -569,7 +569,7 @@ typedef void (*ime_geometry_requested_cb)(void *user_data, int *x, int *y, int *
  * @privilege %http://tizen.org/privilege/ime
  *
  * @remarks If the key event is from the external device, @a dev_info will have its name, class and subclass information.
- * @a dev_info should not be released by the application. The platform manages the handle and will release it when ime_process_key_event_cb() exits.
+ * @a dev_info should not be released by the application. The platform manages the handle; the handle is released when ime_process_key_event_cb() exits.
  *
  * @param[in] key_code The key code to be sent
  * @param[in] key_mask The modifier key mask
@@ -604,7 +604,7 @@ typedef bool (*ime_process_key_event_cb)(ime_key_code_e key_code, ime_key_mask_e
  * @privilege %http://tizen.org/privilege/ime
  *
  * @remarks If the key event is from the external device, @a dev_info will have its name, class and subclass information.
- * @a dev_info should not be released by the application. The platform manages the handle, the handle is released when ime_process_key_event_with_keycode_cb() exits.
+ * @a dev_info should not be released by the application. The platform manages the handle; the handle is released when ime_process_key_event_with_keycode_cb() exits.
  *
  * @param[in] key_code The X11 key code to be sent
  * @param[in] key_sym The key symbol to be sent