elm_entry: add complementary description about elm_entry_imf_context_reset
authorjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 24 Apr 2012 05:20:43 +0000 (05:20 +0000)
committerjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 24 Apr 2012 05:20:43 +0000 (05:20 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@70428 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_entry.h

index 0621caa..6f28c2c 100644 (file)
@@ -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