From 5245cb64cd17c19caef08bafdaa4f2f66790082a Mon Sep 17 00:00:00 2001 From: Sungmin Kwak Date: Thu, 9 Jul 2015 19:59:45 +0900 Subject: [PATCH] Modify the description of ime_update_preedit_string function Change-Id: I5d2f2666229e9a1f6ae8879121928478309db8ce --- include/inputmethod.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/inputmethod.h b/include/inputmethod.h index 615adcc..13102cd 100644 --- a/include/inputmethod.h +++ b/include/inputmethod.h @@ -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 -- 2.7.4