From: InHong Han Date: Mon, 7 Aug 2017 03:46:05 +0000 (+0900) Subject: Modified the description related to the prediction hint X-Git-Tag: submit/tizen/20170808.084307~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf76eb247123a663706f74830cb984973fde11ce;p=platform%2Fcore%2Fapi%2Finputmethod.git Modified the description related to the prediction hint Change-Id: I4191da96ef9ead9d66893592102f99a901010658 --- diff --git a/include/inputmethod.h b/include/inputmethod.h index 8371601..4a86377 100644 --- a/include/inputmethod.h +++ b/include/inputmethod.h @@ -2164,7 +2164,7 @@ int ime_device_info_get_class(ime_device_info_h dev_info, Ecore_IMF_Device_Class int ime_device_info_get_subclass(ime_device_info_h dev_info, Ecore_IMF_Device_Subclass *dev_subclass); /** - * @brief Sets @c prediction_hint_set event callback function. + * @brief Sets prediction hint event callback function. * * @since_tizen 4.0 * @@ -2175,7 +2175,7 @@ int ime_device_info_get_subclass(ime_device_info_h dev_info, Ecore_IMF_Device_Su * @remarks The ime_prediction_hint_set_cb() callback function is called to set the prediction * hint string to deliver to the input panel. * - * @param[in] callback_func @c prediction_hint_set event callback function + * @param[in] callback_func The prediction hint event callback function * @param[in] user_data User data to be passed to the callback function * * @return 0 on success, otherwise a negative error value