summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJihoon Kim <imfine98@gmail.com>2012-04-24 05:20:43 +0000
committerJihoon Kim <imfine98@gmail.com>2012-04-24 05:20:43 +0000
commitf160905e11f823356ff6a04732fcc8e6a86e5172 (patch)
tree211d9f077927311b621a7f85d0c2956380d4c0eb
parentd2782ea0966c7180589045c97841324dd61830f6 (diff)
downloadelementary-f160905e11f823356ff6a04732fcc8e6a86e5172.tar.gz
elm_entry: add complementary description about elm_entry_imf_context_reset
SVN revision: 70428
-rw-r--r--src/lib/elm_entry.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/elm_entry.h b/src/lib/elm_entry.h
index 0621caab7..6f28c2c22 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