Function
AtspiDeviceListenerCB
Description [src]
A callback function prototype via which clients receive device event notifications.
Parameters
stroke
-
Type:
AtspiDeviceEvent
The
AtspiDeviceEvent
for which notification is being received.The called function takes ownership of the data, and is responsible for freeing it. user_data
-
Type:
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.