ecore_imf: Add since_tizen about ECORE_IMF_CALLBACK_COMMIT_CONTENT 23/198923/3
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 31 Jan 2019 06:00:08 +0000 (15:00 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 31 Jan 2019 06:12:35 +0000 (15:12 +0900)
Change-Id: If9379d74e87ac33d45c54817ea1612dd49ff59a8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/lib/ecore_imf/Ecore_IMF.h

index 266b96b..71c621f 100644 (file)
@@ -233,7 +233,7 @@ typedef enum
    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_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_COMMIT_CONTENT,     /**< "COMMIT_CONTENT" is called when the input method commits content such as an image @since 1.20 @since_tizen 4.0 */
    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;
@@ -578,6 +578,8 @@ struct _Ecore_IMF_Event_Selection
  * @struct _Ecore_IMF_Event_Commit_Content
  * @brief The structure type used with the Commit_Content Input Method event
  * @since 1.20
+ *
+ * @since_tizen 4.0
  */
 struct _Ecore_IMF_Event_Commit_Content
 {