From: Jihoon Kim Date: Tue, 24 Sep 2019 10:42:52 +0000 (+0900) Subject: Fix incorrect order of return value X-Git-Tag: submit/tizen/20200622.014257~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82ef940ec524a60b25efa3f63a0845cc13e1062f;p=platform%2Fcore%2Fapi%2Finputmethod-manager.git Fix incorrect order of return value Change-Id: Ibf74ad66ee2420ef87ba209929c3be80a3e17c3f Signed-off-by: Jihoon Kim --- diff --git a/include/inputmethod_manager.h b/include/inputmethod_manager.h index bc043b6..615aaa7 100755 --- a/include/inputmethod_manager.h +++ b/include/inputmethod_manager.h @@ -90,8 +90,8 @@ int ime_manager_show_ime_selector(void); * @return @c 0 on success, * otherwise a negative error value * @retval #IME_MANAGER_ERROR_NONE No error - * @retval #IME_MANAGER_ERROR_INVALID_PARAMETER Invalid parameter * @retval #IME_MANAGER_ERROR_PERMISSION_DENIED The application does not have the privilege to call this function + * @retval #IME_MANAGER_ERROR_INVALID_PARAMETER Invalid parameter * @retval #IME_MANAGER_ERROR_OPERATION_FAILED Operation failed * @see ime_manager_show_ime_list() */ @@ -108,8 +108,8 @@ int ime_manager_is_ime_enabled(const char *app_id, bool *enabled); * @return @c 0 on success, * otherwise a negative error value * @retval #IME_MANAGER_ERROR_NONE No error - * @retval #IME_MANAGER_ERROR_INVALID_PARAMETER Invalid parameter * @retval #IME_MANAGER_ERROR_PERMISSION_DENIED The application does not have the privilege to call this function + * @retval #IME_MANAGER_ERROR_INVALID_PARAMETER Invalid parameter * @retval #IME_MANAGER_ERROR_OPERATION_FAILED Operation failed * @see ime_manager_show_ime_selector() */