From: jihoon Date: Tue, 24 Apr 2012 05:20:43 +0000 (+0000) Subject: elm_entry: add complementary description about elm_entry_imf_context_reset X-Git-Tag: sbs/armel/slp2-target~24^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13ed5c0b592d62f88f4d4fd475188b0ff36a555e;p=framework%2Fuifw%2Felementary.git elm_entry: add complementary description about elm_entry_imf_context_reset git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@70428 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_entry.h b/src/lib/elm_entry.h index 0621caa..6f28c2c 100644 --- a/src/lib/elm_entry.h +++ b/src/lib/elm_entry.h @@ -1479,7 +1479,8 @@ EAPI void elm_entry_input_panel_return_key_autoenabled_set(Eva /** * Reset the input method context of the entry if needed. * - * This can be necessary in the case where modifying the buffer would confuse on-going input method behavior + * This can be necessary in the case where modifying the buffer would confuse on-going input method behavior. + * This will typically cause the Input Method Context to clear the preedit state. * @param obj The entry object * * @ingroup Entry