summaryrefslogtreecommitdiff
path: root/src/lib/ecore_imf
diff options
context:
space:
mode:
authorJihoon Kim <jihoon48.kim@samsung.com>2014-01-06 09:29:02 +0900
committerJihoon Kim <jihoon48.kim@samsung.com>2014-01-06 09:29:02 +0900
commit5f5088b677a8637c4481462d3b383880d1dcd341 (patch)
treeb04c9a0f88b14c7da510580949a142d0bf48cb8e /src/lib/ecore_imf
parentd022ce1f6786386884cb3bd09f5d06a8d28c2986 (diff)
downloadefl-5f5088b677a8637c4481462d3b383880d1dcd341.tar.gz
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.h2
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
* @ingroup Ecore_IMF_Context_Group
* @since 1.1.0
*/
-EAPI void ecore_imf_context_input_panel_enabled_set(Ecore_IMF_Context *ctx, Eina_Bool enable);
+EAPI void ecore_imf_context_input_panel_enabled_set(Ecore_IMF_Context *ctx, Eina_Bool enabled);
/**
* Get whether the Input Method Context requests to show the input panel automatically.