Ecore IMF: Add @since tags to new fields
authorConrad Meyer <jp.andre@samsung.com>
Wed, 8 Apr 2015 03:28:34 +0000 (12:28 +0900)
committerConrad Meyer <jp.andre@samsung.com>
Wed, 8 Apr 2015 03:29:00 +0000 (12:29 +0900)
src/lib/ecore_imf/Ecore_IMF.h

index 53f6b7a..c860d0b 100644 (file)
@@ -603,9 +603,9 @@ struct _Ecore_IMF_Event_Key_Down
    const char                   *string;    /**< A UTF8 string if this keystroke has produced a visible string to be ADDED */
    const char                   *compose;   /**< A UTF8 string if this keystroke has modified a string in the middle of being composed - this string replaces the previous one */
    unsigned int                  timestamp; /**< The timestamp when the event occurred */
-   const char                   *dev_name;  /**< The device name of the key pressed */
-   Ecore_IMF_Device_Class        dev_class; /**< The device class of the key pressed */
-   Ecore_IMF_Device_Subclass     dev_subclass; /**< The device subclass of the key pressed */
+   const char                   *dev_name;  /**< The device name of the key pressed @since 1.14 */
+   Ecore_IMF_Device_Class        dev_class; /**< The device class of the key pressed @since 1.14 */
+   Ecore_IMF_Device_Subclass     dev_subclass; /**< The device subclass of the key pressed @since 1.14 */
 };
 
 /**
@@ -621,9 +621,9 @@ struct _Ecore_IMF_Event_Key_Up
    const char                   *string;    /**< A UTF8 string if this keystroke has produced a visible string to be ADDED */
    const char                   *compose;   /**< A UTF8 string if this keystroke has modified a string in the middle of being composed - this string replaces the previous one */
    unsigned int                  timestamp; /**< The timestamp when the event occurred */
-   const char                   *dev_name;  /**< The device name of the key released */
-   Ecore_IMF_Device_Class        dev_class; /**< The device class of the key released */
-   Ecore_IMF_Device_Subclass     dev_subclass; /**< The device subclass of the key released */
+   const char                   *dev_name;  /**< The device name of the key released @since 1.14 */
+   Ecore_IMF_Device_Class        dev_class; /**< The device class of the key released @since 1.14 */
+   Ecore_IMF_Device_Subclass     dev_subclass; /**< The device subclass of the key released @since 1.14 */
 };
 
 /**