From 27af9356792ce7786efc629101661198dacd108d Mon Sep 17 00:00:00 2001 From: Inhong Han Date: Wed, 17 Apr 2019 10:48:31 +0900 Subject: [PATCH] Change API description by API review Change-Id: I8d57f7fb9037234816ed1d9bb5ac29bcbedde4ab --- include/inputmethod.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/inputmethod.h b/include/inputmethod.h index 0eb468b..b6b10d9 100644 --- a/include/inputmethod.h +++ b/include/inputmethod.h @@ -763,7 +763,7 @@ typedef void (*ime_prediction_hint_set_cb)(const char *prediction_hint, void *us typedef void (*ime_mime_type_set_request_cb)(const char *mime_type, void *user_data); /** - * @brief Called to set the prediction hint key and value to deliver to the input panel. + * @brief Called with the prediction hint key and value which can be delivered to the input panel. * * @since_tizen 5.0 * @@ -2474,8 +2474,8 @@ int ime_set_floating_drag_end(void); * * @privilege %http://tizen.org/privilege/ime * - * @remarks The ime_prediction_hint_data_set_cb() callback function is called to set the prediction - * hint key and value to deliver to the input panel. + * @remarks The ime_prediction_hint_data_set_cb() callback function is called to provide the prediction + * hint key and value which can be delivered to the input panel. * * @param[in] callback_func The prediction hint event callback function * @param[in] user_data User data to be passed to the callback function -- 2.7.4