From: InHong Han Date: Mon, 7 Aug 2017 02:36:03 +0000 (+0900) Subject: Added missing return type in ime_send_private_command() X-Git-Tag: submit/tizen/20170808.084307~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d9ced6ef493f28038700c58e2aebf2a28c0f9ff;p=platform%2Fcore%2Fapi%2Finputmethod.git Added missing return type in ime_send_private_command() Change-Id: Ie724c289e178921480ca5ea5ebfa95e7062d3ddb --- diff --git a/include/inputmethod.h b/include/inputmethod.h index a3938ca..8371601 100644 --- a/include/inputmethod.h +++ b/include/inputmethod.h @@ -2233,6 +2233,7 @@ int ime_event_set_mime_type_set_request_cb(ime_mime_type_set_request_cb callback * * @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 */