diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2014-01-06 09:29:02 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2014-01-06 09:29:02 +0900 |
commit | 5f5088b677a8637c4481462d3b383880d1dcd341 (patch) | |
tree | b04c9a0f88b14c7da510580949a142d0bf48cb8e /src/lib/ecore_imf | |
parent | d022ce1f6786386884cb3bd09f5d06a8d28c2986 (diff) |
ecore_imf: fix doxygen warning in ecore_imf_context_input_panel_enabled_set ()
Diffstat (limited to 'src/lib/ecore_imf')
-rw-r--r-- | src/lib/ecore_imf/Ecore_IMF.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 3026fcf27a..ee1c24919d 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h | |||
@@ -1334,7 +1334,7 @@ EAPI Ecore_IMF_Input_Panel_Lang ecore_imf_context_input_panel_language_get(Ec | |||
1334 | * @ingroup Ecore_IMF_Context_Group | 1334 | * @ingroup Ecore_IMF_Context_Group |
1335 | * @since 1.1.0 | 1335 | * @since 1.1.0 |
1336 | */ | 1336 | */ |
1337 | EAPI void ecore_imf_context_input_panel_enabled_set(Ecore_IMF_Context *ctx, Eina_Bool enable); | 1337 | EAPI void ecore_imf_context_input_panel_enabled_set(Ecore_IMF_Context *ctx, Eina_Bool enabled); |
1338 | 1338 | ||
1339 | /** | 1339 | /** |
1340 | * Get whether the Input Method Context requests to show the input panel automatically. | 1340 | * Get whether the Input Method Context requests to show the input panel automatically. |