Update API description 02/207902/1
authorInHong Han <inhong1.han@samsung.com>
Fri, 14 Jun 2019 02:13:31 +0000 (11:13 +0900)
committerInHong Han <inhong1.han@samsung.com>
Fri, 14 Jun 2019 02:14:35 +0000 (11:14 +0900)
Change-Id: I2792e5f118605837f9336f4aabd3990ccdac5478

include/inputmethod.h

index a77c686c868cd3eb46804ed425bbff49eec7364e..e3284354ae1836fc21c7ad38c03f672592b8d355 100644 (file)
@@ -712,7 +712,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 with the prediction hint key and value which can be delivered to the input panel.
+ * @brief Called to set key-value pairs of predicting messages to deliver to the input panel.
  *
  * @since_tizen 5.0
  *
@@ -721,7 +721,7 @@ typedef void (*ime_mime_type_set_request_cb)(const char *mime_type, void *user_d
  * @privilege %http://tizen.org/privilege/ime
  *
  * @remarks @a key and @a value is valid only in the callback. To use outside the callback, make a copy.
- * This function is used by the applications to deliver the prediction hint data message to the input panel.
+ * This function is used by applications to deliver predicted hint messages to the input panel.
  *
  * @param[in] key The prediction hint key to be set to the input panel
  * @param[in] value The prediction hint value to be set to the input panel
@@ -2387,7 +2387,7 @@ int ime_set_floating_drag_start(void);
 int ime_set_floating_drag_end(void);
 
 /**
- * @brief Sets prediction hint data event callback function.
+ * @brief Sets a callback function to give a hint about predicted words.
  *
  * @since_tizen 5.0
  *
@@ -2398,7 +2398,7 @@ int ime_set_floating_drag_end(void);
  * @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] callback_func The callback function to give hints
  * @param[in] user_data User data to be passed to the callback function
  *
  * @return 0 on success, otherwise a negative error value