From: Jihoon Kim <jihoon48.kim@samsung.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 27 Feb 2011 11:20:35 +0000 (11:20 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 27 Feb 2011 11:20:35 +0000 (11:20 +0000)
commitbfd2b53f9867a732c701a40b6f6e8f3e9a9f5c9a
treee677c10dd3875600bdcf985fed4d7edfa3505a52
parent6ab8e52ed4078404f244519bc6ad2a2ba0c16a2d
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] Add
ecore_imf_context_preedit_string_with_attributes_get API

This is patch for adding
ecore_imf_context_preedit_string_with_attributes_get API.
In ecore_imf, there is ecore_imf_context_preedit_string_get API, but the
attribute info from input method engine cannot be got from it.

After discussing rater, we decided to add new API.
Attribute infomation can be got as Eina_List type containing
Ecore_IMF_Preedit_Attr structure items.

In this patch, ECORE_IMF_PREEDIT_TYPE_SUB1,2,3 means the depth of
preedit
style.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@57372 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
AUTHORS
ChangeLog
src/lib/ecore_imf/Ecore_IMF.h
src/lib/ecore_imf/ecore_imf_context.c