ecore_imf: fix description of SIGNIN return key type

SVN revision: 76096
This commit is contained in:
Jihoon Kim 2012-09-04 02:16:43 +00:00
parent 8ad4e0c02e
commit d163208536
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ typedef enum
ECORE_IMF_INPUT_PANEL_RETURN_KEY_TYPE_NEXT, /**< Next @since 1.2 */
ECORE_IMF_INPUT_PANEL_RETURN_KEY_TYPE_SEARCH, /**< Search or magnifier icon @since 1.2 */
ECORE_IMF_INPUT_PANEL_RETURN_KEY_TYPE_SEND, /**< Send @since 1.2 */
ECORE_IMF_INPUT_PANEL_RETURN_KEY_TYPE_SIGNIN /**< Send @since 1.8 */
ECORE_IMF_INPUT_PANEL_RETURN_KEY_TYPE_SIGNIN /**< Sign-in @since 1.8 */
} Ecore_IMF_Input_Panel_Return_Key_Type;
struct _Ecore_IMF_Event_Preedit_Start