From 9e7c912aa42dee03bf2931ff546b23c507cb9243 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 7 Feb 2012 02:30:36 +0000 Subject: [PATCH] Ecore_IMF.h: fix wrong documentation about Ecore_IMF_Preedit_Attr SVN revision: 67723 --- legacy/ecore/src/lib/ecore_imf/Ecore_IMF.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_imf/Ecore_IMF.h b/legacy/ecore/src/lib/ecore_imf/Ecore_IMF.h index 2c589edeea..66f7fafbe5 100644 --- a/legacy/ecore/src/lib/ecore_imf/Ecore_IMF.h +++ b/legacy/ecore/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