From: Jihoon Kim Date: Tue, 8 Nov 2022 11:37:10 +0000 (+0900) Subject: Describe how to use ime_delete_surrounding_text in detail X-Git-Tag: accepted/tizen/7.0/unified/20230220.064516~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81f1b6c459c3f761aa0519b2c9b29a6eb820cf77;p=platform%2Fcore%2Fapi%2Finputmethod.git Describe how to use ime_delete_surrounding_text in detail Change-Id: Ic25b4f66611ecaa90bcc7393e01be49163d5c8bc Signed-off-by: Jihoon Kim --- diff --git a/inputmethod/include/inputmethod.h b/inputmethod/include/inputmethod.h index 463dedf..359dc71 100644 --- a/inputmethod/include/inputmethod.h +++ b/inputmethod/include/inputmethod.h @@ -1795,8 +1795,8 @@ int ime_request_surrounding_text(int maxlen_before, int maxlen_after); * * @privilege %http://tizen.org/privilege/ime * - * @param[in] offset The offset value from the cursor position - * @param[in] len The length of the text to delete + * @param[in] offset The offset value from the cursor position (in characters not bytes). For example, please use -3 if you want to remove 3 characters in front of current cursor position. + * @param[in] len The length of the text to delete (in characters not bytes) * * @return 0 on success, otherwise a negative error value * @retval #IME_ERROR_NONE No error