Fix incorrect order of return value 00/214600/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 24 Sep 2019 10:42:52 +0000 (19:42 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 24 Sep 2019 10:42:52 +0000 (19:42 +0900)
Change-Id: Ibf74ad66ee2420ef87ba209929c3be80a3e17c3f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
include/inputmethod_manager.h

index bc043b6f309becf1e25e6017d3ee110f4c604321..615aaa759101cabac55ee4fa2ef3d3bef51386ac 100755 (executable)
@@ -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()
  */