diff options
author | Conrad Meyer <jp.andre@samsung.com> | 2015-04-08 12:28:34 +0900 |
---|---|---|
committer | Conrad Meyer <jp.andre@samsung.com> | 2015-04-08 12:29:00 +0900 |
commit | 9fece8c333a2c1047d659a1bae0e3e49b645b5a7 (patch) | |
tree | 172c793e65311e5d63de4ccd14eb81ed1fdb3973 /src/lib/ecore_imf/Ecore_IMF.h | |
parent | 869ed025a2eca5f4d2b808fe456ddc65a40b508a (diff) |
Ecore IMF: Add @since tags to new fields
Diffstat (limited to 'src/lib/ecore_imf/Ecore_IMF.h')
-rw-r--r-- | src/lib/ecore_imf/Ecore_IMF.h | 12 |
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 | |||
603 | const char *string; /**< A UTF8 string if this keystroke has produced a visible string to be ADDED */ | 603 | const char *string; /**< A UTF8 string if this keystroke has produced a visible string to be ADDED */ |
604 | 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 */ | 604 | 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 */ |
605 | unsigned int timestamp; /**< The timestamp when the event occurred */ | 605 | unsigned int timestamp; /**< The timestamp when the event occurred */ |
606 | const char *dev_name; /**< The device name of the key pressed */ | 606 | const char *dev_name; /**< The device name of the key pressed @since 1.14 */ |
607 | Ecore_IMF_Device_Class dev_class; /**< The device class of the key pressed */ | 607 | Ecore_IMF_Device_Class dev_class; /**< The device class of the key pressed @since 1.14 */ |
608 | Ecore_IMF_Device_Subclass dev_subclass; /**< The device subclass of the key pressed */ | 608 | Ecore_IMF_Device_Subclass dev_subclass; /**< The device subclass of the key pressed @since 1.14 */ |
609 | }; | 609 | }; |
610 | 610 | ||
611 | /** | 611 | /** |
@@ -621,9 +621,9 @@ struct _Ecore_IMF_Event_Key_Up | |||
621 | const char *string; /**< A UTF8 string if this keystroke has produced a visible string to be ADDED */ | 621 | const char *string; /**< A UTF8 string if this keystroke has produced a visible string to be ADDED */ |
622 | 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 */ | 622 | 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 */ |
623 | unsigned int timestamp; /**< The timestamp when the event occurred */ | 623 | unsigned int timestamp; /**< The timestamp when the event occurred */ |
624 | const char *dev_name; /**< The device name of the key released */ | 624 | const char *dev_name; /**< The device name of the key released @since 1.14 */ |
625 | Ecore_IMF_Device_Class dev_class; /**< The device class of the key released */ | 625 | Ecore_IMF_Device_Class dev_class; /**< The device class of the key released @since 1.14 */ |
626 | Ecore_IMF_Device_Subclass dev_subclass; /**< The device subclass of the key released */ | 626 | Ecore_IMF_Device_Subclass dev_subclass; /**< The device subclass of the key released @since 1.14 */ |
627 | }; | 627 | }; |
628 | 628 | ||
629 | /** | 629 | /** |