From 0a19ead61ca0351cc0bef2a2204f7f0422bcea25 Mon Sep 17 00:00:00 2001 From: InHong Han Date: Wed, 3 Aug 2016 16:40:24 +0900 Subject: [PATCH] ecore_imf: Add ECORE_IMF_INPUT_PANEL_LAYOUT_VOICE Change-Id: I41502d2446b95a4be31fc60a8d995b9d37930844 --- src/lib/ecore_imf/Ecore_IMF.h | 3 ++- src/lib/edje/edje_types.eot | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 86d35c4..b2459be 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -322,7 +322,8 @@ typedef enum ECORE_IMF_INPUT_PANEL_LAYOUT_TERMINAL, /**< Command-line terminal layout including ESC, Alt, Ctrl key, so on (no auto-correct, no auto-capitalization) @since 1.2 */ ECORE_IMF_INPUT_PANEL_LAYOUT_PASSWORD, /**< Like normal, but no auto-correct, no auto-capitalization etc. @since 1.2 */ ECORE_IMF_INPUT_PANEL_LAYOUT_DATETIME, /**< Date and time layout @since 1.8 */ - ECORE_IMF_INPUT_PANEL_LAYOUT_EMOTICON /**< Emoticon layout @since 1.10 */ + ECORE_IMF_INPUT_PANEL_LAYOUT_EMOTICON, /**< Emoticon layout @since 1.10 */ + ECORE_IMF_INPUT_PANEL_LAYOUT_VOICE /**< Voice layout, but if the IME does not support voice layout, then normal layout will be shown @since 1.19 */ } Ecore_IMF_Input_Panel_Layout; /** diff --git a/src/lib/edje/edje_types.eot b/src/lib/edje/edje_types.eot index 58b0221..dba5600 100644 --- a/src/lib/edje/edje_types.eot +++ b/src/lib/edje/edje_types.eot @@ -116,9 +116,12 @@ enum Edje.Input_Panel.Layout { datetime, [[Date and time layout @since 1.8]] - emoticon [[Emoticon layout + emoticon, [[Emoticon layout @since 1.10]] + voice [[Voice layout, but if the IME does not support voice layout, then normal layout will be shown. + + @since 1.19]] } enum Edje.External.Param_Type { -- 2.7.4