From 9dee7cf359aad9f289f1c4ab6b3628cec028f5f2 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 23 Aug 2016 17:09:37 +0900 Subject: [PATCH] ecore_imf: Add more description about key event in return_key_type_set Signed-off-by: Jihoon Kim --- src/lib/ecore_imf/Ecore_IMF.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 3c7eae7c8c..02d504d6af 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -1658,7 +1658,8 @@ EAPI void ecore_imf_context_input_panel_imdata_get(Ecor /** * Set the "return" key type. This type is used to set string or icon on the "return" key of the input panel. * - * An input panel displays the string or icon associated with this type + * An input panel displays the string or icon associated with this type.@n + * Regardless of return key type, return key event will be generated when pressing return key. * * @param ctx An #Ecore_IMF_Context. * @param return_key_type The type of "return" key on the input panel