jihoon pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9dee7cf359aad9f289f1c4ab6b3628cec028f5f2

commit 9dee7cf359aad9f289f1c4ab6b3628cec028f5f2
Author: Jihoon Kim <jihoon48....@samsung.com>
Date:   Tue Aug 23 17:09:37 2016 +0900

    ecore_imf: Add more description about key event in return_key_type_set
    
    Signed-off-by: Jihoon Kim <jihoon48....@samsung.com>
---
 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 3c7eae7..02d504d 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

-- 


Reply via email to