Change API description by API review
[platform/core/api/inputmethod.git] / include / inputmethod.h
index 0eb468b..b6b10d9 100644 (file)
@@ -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