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
*
* @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
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
*
* @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