From 5f5088b677a8637c4481462d3b383880d1dcd341 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 6 Jan 2014 09:29:02 +0900 Subject: [PATCH] ecore_imf: fix doxygen warning in ecore_imf_context_input_panel_enabled_set () --- src/lib/ecore_imf/Ecore_IMF.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.