From 517a436cbc5da0634cd12d47c0f5dee5adf40d62 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 1 Feb 2012 06:39:26 +0000 Subject: [PATCH] Describe in more detail about ecore_imf_context_cursor_location_set API SVN revision: 67670 --- legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c b/legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c index 68d3eb63c5..6d31a24b50 100644 --- a/legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c +++ b/legacy/ecore/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.