diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 02d504d6af..80ab6ab6c6 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -310,7 +310,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 78c3bedc84..a0d536d3ba 100644 --- a/src/lib/edje/edje_types.eot +++ b/src/lib/edje/edje_types.eot @@ -120,9 +120,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 { diff --git a/src/lib/elementary/elm_entry.eo b/src/lib/elementary/elm_entry.eo index 3a0aaa28f4..31832e7ec6 100644 --- a/src/lib/elementary/elm_entry.eo +++ b/src/lib/elementary/elm_entry.eo @@ -35,9 +35,12 @@ enum Elm.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 Elm.Input.Panel.Lang