From 6926a4e134776c21c1248ce8ea214e66a362114e Mon Sep 17 00:00:00 2001 From: InHong Han Date: Tue, 13 Aug 2019 14:16:23 +0900 Subject: [PATCH] Change API description by API review Change-Id: I177586d6cb5df03e18258b91f5113656b2949b34 --- include/inputmethod.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/inputmethod.h b/include/inputmethod.h index 60d2f39..4f6f3d7 100644 --- a/include/inputmethod.h +++ b/include/inputmethod.h @@ -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 -- 2.34.1