From 9d946fa83985df67c8465757aea52509985775ea Mon Sep 17 00:00:00 2001 From: JinYong Park Date: Wed, 1 Nov 2017 13:09:17 +0900 Subject: [PATCH] Ecore_Imf: fix wrong annotation and enum name Summary: There are wrong annotation about version and wrong enum name so fix that. Reviewers: jpeg, cedric, akanad Differential Revision: https://phab.enlightenment.org/D5403 --- src/lib/ecore_imf/Ecore_IMF.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 9352460576..c758d873e5 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -383,12 +383,12 @@ typedef enum ECORE_IMF_INPUT_PANEL_LAYOUT_NORMAL_VARIATION_NORMAL, /**< The plain normal layout @since 1.12 */ ECORE_IMF_INPUT_PANEL_LAYOUT_NORMAL_VARIATION_FILENAME, /**< Filename layout. Symbols such as '/' should be disabled. @since 1.12 */ ECORE_IMF_INPUT_PANEL_LAYOUT_NORMAL_VARIATION_PERSON_NAME /**< The name of a person. @since 1.12 */ -} Ecore_IMF_Input_Layout_Normal_Variation; +} Ecore_IMF_Input_Panel_Layout_Normal_Variation; /** * @typedef Ecore_IMF_Input_Panel_Layout_Numberonly_Variation * @brief Enumeration for defining the types of Ecore_IMF Input Panel layout for numberonly variation - * @since 1.18 + * @since 1.8 */ typedef enum {