Added missing return type in ime_commit_content() 44/142644/1
authorInHong Han <inhong1.han@samsung.com>
Mon, 7 Aug 2017 02:03:18 +0000 (11:03 +0900)
committerInHong Han <inhong1.han@samsung.com>
Mon, 7 Aug 2017 02:18:08 +0000 (11:18 +0900)
Change-Id: I394cc65d2a70e3ffbf21a2f346b07a3ab1d70c99

include/inputmethod.h

index ff862fe..a3938ca 100644 (file)
@@ -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
  *