From 5db162c32eac2673e75e4b189c68c7ec1a3c045f Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 9 Jan 2018 10:23:15 +0900 Subject: [PATCH] ecore_imf: Change @since in transaction event callback Change-Id: I4e83b8bce7328ddab29507ebf3441a9f8b73f8d8 Signed-off-by: Jihoon Kim --- src/lib/ecore_imf/Ecore_IMF.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index b5afd81..c5af0e9 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -196,8 +196,8 @@ typedef enum ECORE_IMF_CALLBACK_SELECTION_SET, /**< "SELECTION_SET" is called when the input method needs to set the selection @since 1.9 */ ECORE_IMF_CALLBACK_PRIVATE_COMMAND_SEND, /**< "PRIVATE_COMMAND_SEND" is called when the input method sends a private command @since 1.12 */ ECORE_IMF_CALLBACK_COMMIT_CONTENT, /**< "COMMIT_CONTENT" is called when the input method commits content such as an image @since 1.20 */ - ECORE_IMF_CALLBACK_TRANSACTION_START, /**< "TRANSACTION_START" is called when a new transaction sequence starts. @since 1.20 */ - ECORE_IMF_CALLBACK_TRANSACTION_END /**< "TRANSACTION_END" is called when a new transaction sequence starts. @since 1.20 */ + ECORE_IMF_CALLBACK_TRANSACTION_START, /**< "TRANSACTION_START" is called when a new transaction sequence starts. @since 1.21 */ + ECORE_IMF_CALLBACK_TRANSACTION_END /**< "TRANSACTION_END" is called when a new transaction sequence starts. @since 1.21 */ } Ecore_IMF_Callback_Type; /** -- 2.7.4