Function
Atspideregister_keystroke_listener
Declaration [src]
gboolean
atspi_deregister_keystroke_listener (
AtspiDeviceListener* listener,
GArray* key_set,
AtspiKeyMaskType modmask,
AtspiKeyEventMask event_types,
GError** error
)
Description [src]
Removes a keystroke event listener from the registry’s listener queue,
ceasing notification of events with modifiers matching modmask
.
Parameters
listener |
AtspiDeviceListener |
A pointer to the |
|
The data is owned by the caller of the function. | |
key_set |
An array of AtspiKeyDefinition* |
A pointer to the
|
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
modmask |
AtspiKeyMaskType |
The key modifier mask for which this listener is to be
‘deregistered’ (of type |
|
event_types |
AtspiKeyEventMask |
An |
|
error |
GError ** |
The return location for a GError* , or NULL . |