From: InHong Han Date: Tue, 13 Aug 2019 05:16:23 +0000 (+0900) Subject: Change API description by API review X-Git-Tag: submit/tizen/20190814.094850~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F80%2F211980%2F1;p=platform%2Fcore%2Fapi%2Finputmethod.git Change API description by API review Change-Id: I177586d6cb5df03e18258b91f5113656b2949b34 --- 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