From 9fece8c333a2c1047d659a1bae0e3e49b645b5a7 Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Wed, 8 Apr 2015 12:28:34 +0900 Subject: [PATCH] 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 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 */ }; /**