summaryrefslogtreecommitdiff
path: root/src/lib/ecore_imf
diff options
context:
space:
mode:
authorConrad Meyer <jp.andre@samsung.com>2015-04-08 12:28:34 +0900
committerConrad Meyer <jp.andre@samsung.com>2015-04-08 12:29:00 +0900
commit9fece8c333a2c1047d659a1bae0e3e49b645b5a7 (patch)
tree172c793e65311e5d63de4ccd14eb81ed1fdb3973 /src/lib/ecore_imf
parent869ed025a2eca5f4d2b808fe456ddc65a40b508a (diff)
downloadefl-9fece8c333a2c1047d659a1bae0e3e49b645b5a7.tar.gz
Ecore IMF: Add @since tags to new fields
Diffstat (limited to 'src/lib/ecore_imf')
-rw-r--r--src/lib/ecore_imf/Ecore_IMF.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h
index 53f6b7a35f..c860d0b6f4 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 */
};
/**