From d8f8f328f6d7aa3aa4b53fe608660cbc713d47e4 Mon Sep 17 00:00:00 2001 From: jihoon Date: Wed, 1 Feb 2012 06:39:26 +0000 Subject: [PATCH] Describe in more detail about ecore_imf_context_cursor_location_set API git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@67670 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_imf/ecore_imf_context.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/ecore_imf/ecore_imf_context.c b/src/lib/ecore_imf/ecore_imf_context.c index 68d3eb6..6d31a24 100644 --- a/src/lib/ecore_imf/ecore_imf_context.c +++ b/src/lib/ecore_imf/ecore_imf_context.c @@ -515,6 +515,8 @@ ecore_imf_context_cursor_position_set(Ecore_IMF_Context *ctx, int cursor_pos) /** * Notify the Input Method Context that a change in the cursor * location has been made. The location is relative to the canvas. + * The cursor location can be used to determine the position of + * candidate word window in the immodule. * * @param ctx An #Ecore_IMF_Context. * @param x cursor x position. -- 2.7.4