Method
AtspiDeviceListeneradd_callback
Declaration [src]
void
atspi_device_listener_add_callback (
AtspiDeviceListener* listener,
AtspiDeviceListenerCB callback,
GDestroyNotify callback_destroyed,
void* user_data
)
Parameters
callback |
AtspiDeviceListenerCB |
An |
|
callback_destroyed |
GDestroyNotify |
A |
|
user_data |
void* |
A pointer to data which will be passed to the callback when invoked. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |