From: Sungmin Kwak Date: Tue, 21 Apr 2015 07:09:40 +0000 (+0900) Subject: Fix the description of ime_preedit_attribute X-Git-Tag: submit/tizen/20150612.024017~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16d6bf70356d2b02be755a71fd185915f075f00c;p=platform%2Fcore%2Fapi%2Finputmethod.git Fix the description of ime_preedit_attribute Change-Id: I168d2d0c6bdde5e046210d3b4cd50cc22d1c19d4 --- diff --git a/include/inputmethod.h b/include/inputmethod.h index bd611e0..615adcc 100644 --- a/include/inputmethod.h +++ b/include/inputmethod.h @@ -130,7 +130,7 @@ typedef enum typedef struct { unsigned int start; /**< The start position in the string of this attribute */ - unsigned int length; /**< The byte length of this attribute, the range is [start, start+length] */ + unsigned int length; /**< The character length of this attribute, the range is [start, start+length] */ ime_attribute_type type; /**< The type of this attribute */ unsigned int value; /**< The value of this attribute */ } ime_preedit_attribute;