diff options
Diffstat (limited to 'src/lib/ecore_imf/Ecore_IMF.h')
-rw-r--r-- | src/lib/ecore_imf/Ecore_IMF.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
1658 | /** | 1658 | /** |
1659 | * Set the "return" key type. This type is used to set string or icon on the "return" key of the input panel. | 1659 | * Set the "return" key type. This type is used to set string or icon on the "return" key of the input panel. |
1660 | * | 1660 | * |
1661 | * An input panel displays the string or icon associated with this type | 1661 | * An input panel displays the string or icon associated with this type.@n |
1662 | * Regardless of return key type, return key event will be generated when pressing return key. | ||
1662 | * | 1663 | * |
1663 | * @param ctx An #Ecore_IMF_Context. | 1664 | * @param ctx An #Ecore_IMF_Context. |
1664 | * @param return_key_type The type of "return" key on the input panel | 1665 | * @param return_key_type The type of "return" key on the input panel |