Describe in more detail about ecore_imf_context_cursor_location_set API

SVN revision: 67670
This commit is contained in:
Jihoon Kim 2012-02-01 06:39:26 +00:00
parent ceb07e60d1
commit 517a436cbc
1 changed files with 2 additions and 0 deletions

View File

@ -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.