ecore_imf: change @since version of keyboard mode enum 07/148907/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 11 Sep 2017 06:28:41 +0000 (15:28 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 11 Sep 2017 06:28:41 +0000 (15:28 +0900)
Change-Id: Id09fadaa68644a5fa05494110f778cfff81d5a01
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/lib/ecore_imf/Ecore_IMF.h

index 1124f08..dba7564 100644 (file)
@@ -91,7 +91,7 @@ typedef enum
    ECORE_IMF_INPUT_PANEL_GEOMETRY_EVENT,           /**< called when the size of the input panel is changed. @since 1.7 */
    ECORE_IMF_CANDIDATE_PANEL_STATE_EVENT,          /**< called when the state of the candidate word panel is changed. @since 1.7 */
    ECORE_IMF_CANDIDATE_PANEL_GEOMETRY_EVENT,       /**< called when the size of the candidate word panel is changed. @since 1.7 */
-   ECORE_IMF_INPUT_PANEL_KEYBOARD_MODE_EVENT       /**< called when the keyboard mode state of the input panel is changed @since 1.18 @since_tizen 3.0 */
+   ECORE_IMF_INPUT_PANEL_KEYBOARD_MODE_EVENT       /**< called when the keyboard mode state of the input panel is changed @since 1.20 @since_tizen 3.0 */
 } Ecore_IMF_Input_Panel_Event;
 
 /**
@@ -132,8 +132,8 @@ typedef enum
  */
 typedef enum
 {
-    ECORE_IMF_INPUT_PANEL_HW_KEYBOARD_MODE, /**< @since 1.18 */
-    ECORE_IMF_INPUT_PANEL_SW_KEYBOARD_MODE  /**< @since 1.18 */
+   ECORE_IMF_INPUT_PANEL_HW_KEYBOARD_MODE, /**< @since 1.20 */
+   ECORE_IMF_INPUT_PANEL_SW_KEYBOARD_MODE  /**< @since 1.20 */
 } Ecore_IMF_Input_Panel_Keyboard_Mode;
 
 /* Events sent by the Input Method */