Modified the description of ime_send_private_command 71/141071/2
authorInHong Han <inhong1.han@samsung.com>
Fri, 28 Jul 2017 04:37:43 +0000 (13:37 +0900)
committerInHong Han <inhong1.han@samsung.com>
Fri, 28 Jul 2017 07:43:58 +0000 (07:43 +0000)
Change-Id: I1d5b9eda4ead414749d3f5144e0ad3e00b685546

include/inputmethod.h

index 8aad024..3eaed79 100644 (file)
@@ -2216,8 +2216,9 @@ EXPORT_API int ime_event_set_prediction_hint_set_cb(ime_prediction_hint_set_cb c
 EXPORT_API int ime_event_set_mime_type_cb(ime_mime_type_set_cb callback_func, void *user_data);
 
 /**
- * @brief Send a private command to the associated text input UI control.
- * This can be used by IME to deliver specific data to an application.
+ * @brief Sends a private command to the associated text input UI control.
+ *
+ * @details This can be used by IME to deliver specific data to an application.
  * The data format MUST be negotiated by both application and IME.
  *
  * @since_tizen 4.0