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
This commit is contained in:
JinYong Park 2017-11-01 13:09:17 +09:00 committed by Jean-Philippe Andre
parent a1935164fe
commit 9d946fa839
1 changed files with 2 additions and 2 deletions

View File

@ -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
{