jihoon pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=39cb5207186665959cf6101854e9e973dafb93f4

commit 39cb5207186665959cf6101854e9e973dafb93f4
Author: Jihoon Kim <jihoon48....@samsung.com>
Date:   Sat Aug 30 10:50:48 2014 +0900

    Add ECORE_IMF_CALLBACK_PRIVATE_COMMAND_SEND enum in Ecore_IMF_Callback_Type
    
    ECORE_IMF_CALLBACK_PRIVATE_COMMAND_SEND is called when the input method 
sends a private command.
---
 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 c3b097c..0cfd9ba 100644
--- a/src/lib/ecore_imf/Ecore_IMF.h
+++ b/src/lib/ecore_imf/Ecore_IMF.h
@@ -149,7 +149,8 @@ typedef enum
    ECORE_IMF_CALLBACK_PREEDIT_CHANGED,    /**< "PREEDIT_CHANGED" is called 
whenever the preedit sequence currently being entered has changed. @since 1.2 */
    ECORE_IMF_CALLBACK_COMMIT,             /**< "COMMIT" is called when a 
complete input sequence has been entered by the user @since 1.2 */
    ECORE_IMF_CALLBACK_DELETE_SURROUNDING, /**< "DELETE_SURROUNDING" is called 
when the input method needs to delete all or part of the context surrounding 
the cursor @since 1.2 */
-   ECORE_IMF_CALLBACK_SELECTION_SET       /**< "SELECTION_SET" is called when 
the input method needs to set the selection @since 1.9 */
+   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_Type;
 
 /**

-- 


Reply via email to