From: InHong Han Date: Mon, 7 Aug 2017 02:03:18 +0000 (+0900) Subject: Added missing return type in ime_commit_content() X-Git-Tag: submit/tizen/20170808.084307~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98c6471b82657f59f2ed0a932aab7dbd889f53be;p=platform%2Fcore%2Fapi%2Finputmethod.git Added missing return type in ime_commit_content() Change-Id: I394cc65d2a70e3ffbf21a2f346b07a3ab1d70c99 --- diff --git a/include/inputmethod.h b/include/inputmethod.h index ff862fe..a3938ca 100644 --- a/include/inputmethod.h +++ b/include/inputmethod.h @@ -2191,7 +2191,7 @@ int ime_device_info_get_subclass(ime_device_info_h dev_info, Ecore_IMF_Device_Su int ime_event_set_prediction_hint_set_cb(ime_prediction_hint_set_cb callback_func, void *user_data); /** - * @brief Sets @c mime_type_set event callback function. + * @brief Sets MIME type event callback function. * * @since_tizen 4.0 * @@ -2202,7 +2202,7 @@ int ime_event_set_prediction_hint_set_cb(ime_prediction_hint_set_cb callback_fun * @remarks The ime_mime_type_set_request_cb() callback function is called when an associated text input * UI control requests the text entry to set the MIME type. * - * @param[in] callback_func @c mime_type_set event callback function + * @param[in] callback_func MIME type 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 @@ -2253,6 +2253,7 @@ int ime_send_private_command(const char *command); * * @return 0 on success, otherwise a negative error value * @retval #IME_ERROR_NONE No error + * @retval #IME_ERROR_INVALID_PARAMETER Invalid parameter * @retval #IME_ERROR_PERMISSION_DENIED The application does not have the privilege to call this function * @retval #IME_ERROR_NOT_RUNNING IME main loop isn't started yet *