diff options
author | JinYong Park <j4939.park@samsung.com> | 2017-11-01 13:09:17 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-11-01 13:09:18 +0900 |
commit | 9d946fa83985df67c8465757aea52509985775ea (patch) | |
tree | 4810a863d305c0c2663cfd0dafb097af37e08fa9 /src | |
parent | a1935164feea7f94be70477b7787973d404c4100 (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ecore_imf/Ecore_IMF.h | 4 |
1 files 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 | |||
383 | ECORE_IMF_INPUT_PANEL_LAYOUT_NORMAL_VARIATION_NORMAL, /**< The plain normal layout @since 1.12 */ | 383 | ECORE_IMF_INPUT_PANEL_LAYOUT_NORMAL_VARIATION_NORMAL, /**< The plain normal layout @since 1.12 */ |
384 | ECORE_IMF_INPUT_PANEL_LAYOUT_NORMAL_VARIATION_FILENAME, /**< Filename layout. Symbols such as '/' should be disabled. @since 1.12 */ | 384 | ECORE_IMF_INPUT_PANEL_LAYOUT_NORMAL_VARIATION_FILENAME, /**< Filename layout. Symbols such as '/' should be disabled. @since 1.12 */ |
385 | ECORE_IMF_INPUT_PANEL_LAYOUT_NORMAL_VARIATION_PERSON_NAME /**< The name of a person. @since 1.12 */ | 385 | ECORE_IMF_INPUT_PANEL_LAYOUT_NORMAL_VARIATION_PERSON_NAME /**< The name of a person. @since 1.12 */ |
386 | } Ecore_IMF_Input_Layout_Normal_Variation; | 386 | } Ecore_IMF_Input_Panel_Layout_Normal_Variation; |
387 | 387 | ||
388 | /** | 388 | /** |
389 | * @typedef Ecore_IMF_Input_Panel_Layout_Numberonly_Variation | 389 | * @typedef Ecore_IMF_Input_Panel_Layout_Numberonly_Variation |
390 | * @brief Enumeration for defining the types of Ecore_IMF Input Panel layout for numberonly variation | 390 | * @brief Enumeration for defining the types of Ecore_IMF Input Panel layout for numberonly variation |
391 | * @since 1.18 | 391 | * @since 1.8 |
392 | */ | 392 | */ |
393 | typedef enum | 393 | typedef enum |
394 | { | 394 | { |