Modify the description of ime_update_preedit_string function 38/43638/1
authorSungmin Kwak <sungmin.kwak@samsung.com>
Thu, 9 Jul 2015 10:59:45 +0000 (19:59 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 13 Jul 2015 01:47:19 +0000 (10:47 +0900)
Change-Id: I5d2f2666229e9a1f6ae8879121928478309db8ce

include/inputmethod.h

index 615adcc..13102cd 100644 (file)
@@ -1414,6 +1414,8 @@ EXPORT_API int ime_hide_preedit_string(void);
  * @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
  *
+ * @post This function is supposed to be followed by the ime_show_preedit_string() function.
+ *
  * @see ime_preedit_attribute, ime_commit_string, ime_show_preedit_string, ime_hide_preedit_string
  *
  * @code