From: Sungmin Kwak Date: Thu, 9 Jul 2015 10:59:45 +0000 (+0900) Subject: Modify the description of ime_update_preedit_string function X-Git-Tag: submit/tizen/20150713.042647~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5245cb64cd17c19caef08bafdaa4f2f66790082a;p=platform%2Fcore%2Fapi%2Finputmethod.git Modify the description of ime_update_preedit_string function Change-Id: I5d2f2666229e9a1f6ae8879121928478309db8ce --- 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