Method
AtspiDeviceadd_key_grab
Declaration [src]
guint
atspi_device_add_key_grab (
AtspiDevice* device,
AtspiKeyDefinition* kd,
AtspiKeyCallback callback,
void* user_data,
GDestroyNotify callback_destroyed
)
Parameters
kd |
AtspiKeyDefinition |
A |
|
The data is owned by the caller of the function. | |
callback |
AtspiKeyCallback |
The function to call when the given key is pressed. |
|
The argument can be NULL . | |
user_data |
void* |
Data to be passed to |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
callback_destroyed |
GDestroyNotify |
Callback function to be called when |