| atspi-constants.h | | atspi-constants.h | |
| | | | |
| skipping to change at line 191 | | skipping to change at line 191 | |
| * @ATSPI_Collection_MATCH_ALL: #TRUE if all of the criteria are met. | | * @ATSPI_Collection_MATCH_ALL: #TRUE if all of the criteria are met. | |
| * @ATSPI_Collection_MATCH_ANY: #TRUE if any of the criteria are met. | | * @ATSPI_Collection_MATCH_ANY: #TRUE if any of the criteria are met. | |
| * @ATSPI_Collection_MATCH_NONE: #TRUE if none of the criteria are met. | | * @ATSPI_Collection_MATCH_NONE: #TRUE if none of the criteria are met. | |
| * @ATSPI_Collection_MATCH_EMPTY: Same as @ATSPI_Collection_MATCH_ALL if | | * @ATSPI_Collection_MATCH_EMPTY: Same as @ATSPI_Collection_MATCH_ALL if | |
| * the criteria is non-empty; for empty criteria this rule requires returne
d | | * the criteria is non-empty; for empty criteria this rule requires returne
d | |
| * value to also have empty set. | | * value to also have empty set. | |
| * @ATSPI_Collection_MATCH_LAST_DEFINED: Used only to determine the end of
the | | * @ATSPI_Collection_MATCH_LAST_DEFINED: Used only to determine the end of
the | |
| * enumeration. | | * enumeration. | |
| * | | * | |
| * Enumeration used by #AtspiMatchRule to specify | | * Enumeration used by #AtspiMatchRule to specify | |
|
| * how to interpret #AtspiAccesible objects. | | * how to interpret #AtspiAccessible objects. | |
| * | | * | |
| **/ | | **/ | |
| typedef enum { | | typedef enum { | |
| ATSPI_Collection_MATCH_INVALID, | | ATSPI_Collection_MATCH_INVALID, | |
| ATSPI_Collection_MATCH_ALL, | | ATSPI_Collection_MATCH_ALL, | |
| ATSPI_Collection_MATCH_ANY, | | ATSPI_Collection_MATCH_ANY, | |
| ATSPI_Collection_MATCH_NONE, | | ATSPI_Collection_MATCH_NONE, | |
| ATSPI_Collection_MATCH_EMPTY, | | ATSPI_Collection_MATCH_EMPTY, | |
| ATSPI_Collection_MATCH_LAST_DEFINED, | | ATSPI_Collection_MATCH_LAST_DEFINED, | |
| } AtspiCollectionMatchType; | | } AtspiCollectionMatchType; | |
| | | | |
| skipping to change at line 640 | | skipping to change at line 640 | |
| * | | * | |
| * One higher than the highest valid value of #AtspiEventType. | | * One higher than the highest valid value of #AtspiEventType. | |
| */ | | */ | |
| #define ATSPI_EVENTTYPE_COUNT (3+1) | | #define ATSPI_EVENTTYPE_COUNT (3+1) | |
| | | | |
| /** | | /** | |
| * AtspiKeySynthType: | | * AtspiKeySynthType: | |
| * @ATSPI_KEY_PRESS: Emulates the pressing of a hardware keyboard key. | | * @ATSPI_KEY_PRESS: Emulates the pressing of a hardware keyboard key. | |
| * @ATSPI_KEY_RELEASE: Emulates the release of a hardware keyboard key. | | * @ATSPI_KEY_RELEASE: Emulates the release of a hardware keyboard key. | |
| * @ATSPI_KEY_PRESSRELEASE: Emulates the pressing and immediate releasing | | * @ATSPI_KEY_PRESSRELEASE: Emulates the pressing and immediate releasing | |
|
| * ofa hardware keyboard key. | | * of a hardware keyboard key. | |
| * @ATSPI_KEY_SYM: A symbolic key event is generated, without specifying a | | * @ATSPI_KEY_SYM: A symbolic key event is generated, without specifying a | |
| * hardware key. Note: if the keysym is not present in the current keyboard | | * hardware key. Note: if the keysym is not present in the current keyboard | |
| * map, the #AtspiDeviceEventController instance has a limited ability to | | * map, the #AtspiDeviceEventController instance has a limited ability to | |
| * generate such keysyms on-the-fly. Reliability of GenerateKeyboardEvent | | * generate such keysyms on-the-fly. Reliability of GenerateKeyboardEvent | |
| * calls using out-of-keymap keysyms will vary from system to system, and o
n | | * calls using out-of-keymap keysyms will vary from system to system, and o
n | |
|
| * the number of different out-of-keymap being generated in quick successio | | * the number of different out-of-keymap keysyms being generated in quick | |
| n. | | * succession. | |
| * In practice this is rarely significant, since the keysyms of interest to | | * In practice this is rarely significant, since the keysyms of interest to | |
| * AT clients and keyboard emulators are usually part of the current keymap
, | | * AT clients and keyboard emulators are usually part of the current keymap
, | |
|
| * i.e. present on the system keyboard for the current locale (even if a | | * i.e., present on the system keyboard for the current locale (even if a | |
| * physical hardware keyboard is not connected. | | * physical hardware keyboard is not connected). | |
| * @ATSPI_KEY_STRING: A string is converted to its equivalent keyboard even
ts | | * @ATSPI_KEY_STRING: A string is converted to its equivalent keyboard even
ts | |
|
| * and emitted. If the string consists of complex character or composed | | * and emitted. If the string consists of complex characters or composed | |
| * characters which are not in the current keymap, string emission is | | * characters which are not in the current keymap, string emission is | |
| * subject to the out-of-keymap limitations described for | | * subject to the out-of-keymap limitations described for | |
| * @ATSPI_KEY_SYM. In practice this limitation primarily effects | | * @ATSPI_KEY_SYM. In practice this limitation primarily effects | |
| * Chinese and Japanese locales. | | * Chinese and Japanese locales. | |
| * | | * | |
| * Enumeration used when synthesizing keyboard input via | | * Enumeration used when synthesizing keyboard input via | |
| * #atspi_generate_keyboard_event. | | * #atspi_generate_keyboard_event. | |
| * | | * | |
| **/ | | **/ | |
| typedef enum { | | typedef enum { | |
| | | | |
End of changes. 5 change blocks. |
| 7 lines changed or deleted | | 7 lines changed or added | |
|