jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9fece8c333a2c1047d659a1bae0e3e49b645b5a7

commit 9fece8c333a2c1047d659a1bae0e3e49b645b5a7
Author: Conrad Meyer <jp.an...@samsung.com>
Date:   Wed Apr 8 12:28:34 2015 +0900

    Ecore IMF: Add @since tags to new fields
---
 src/lib/ecore_imf/Ecore_IMF.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h
index 53f6b7a..c860d0b 100644
--- a/src/lib/ecore_imf/Ecore_IMF.h
+++ b/src/lib/ecore_imf/Ecore_IMF.h
@@ -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 */
 };
 
 /**

-- 


Reply via email to