ecore_imf: Add since_tizen about ECORE_IMF_ECORE_IMF_INPUT_PANEL_LAYOUT_VOICE enum 04/199004/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 31 Jan 2019 23:00:53 +0000 (08:00 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 31 Jan 2019 23:01:29 +0000 (08:01 +0900)
Change-Id: Id9d18d7573cc35db7b12159e48643e828b7278b6
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/lib/ecore_imf/Ecore_IMF.h

index 3151b22..9097d83 100644 (file)
@@ -366,7 +366,7 @@ typedef enum
    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_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_VOICE            /**< Voice layout, but if the IME does not support voice layout, then normal layout will be shown @since 1.19 @since_tizen 3.0 */
 } Ecore_IMF_Input_Panel_Layout;
 
 /**