Function
AtspiDeviceListenerCB
Description [src]
A callback function prototype via which clients receive device event notifications.
Parameters
stroke |
AtspiDeviceEvent |
The |
|
The called function takes ownership of the data, and is responsible for freeing it. | |
user_data |
void* |
Data which is passed to the client each time this callback is notified. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |