From: jihoon Date: Tue, 7 Feb 2012 02:30:36 +0000 (+0000) Subject: Ecore_IMF.h: fix wrong documentation about Ecore_IMF_Preedit_Attr X-Git-Tag: 2.0_alpha~68^2~102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e2c23a0bb130b5011a47a347851e73832df6520;p=framework%2Fuifw%2Fecore.git Ecore_IMF.h: fix wrong documentation about Ecore_IMF_Preedit_Attr git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@67723 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 2c589ed..66f7faf 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -315,8 +315,8 @@ union _Ecore_IMF_Event struct _Ecore_IMF_Preedit_Attr { Ecore_IMF_Preedit_Type preedit_type; /**< preedit style type */ - unsigned int start_index; /**< preedit start index in characters (NOT in bytes) */ - unsigned int end_index; /**< preedit end index in characters (NOT in bytes) */ + unsigned int start_index; /**< start index of the range (in bytes) */ + unsigned int end_index; /**< end index of the range (in bytes) */ }; struct _Ecore_IMF_Context_Class