Function
AtspiEventListenerderegister_no_data
Declaration [src]
gboolean
atspi_event_listener_deregister_no_data (
AtspiEventListenerSimpleCB callback,
const gchar* event_type,
GError** error
)
Description [src]
Deregisters an AtspiEventListenerSimpleCB
from the registry, for a specific
event type.
Parameters
callback |
AtspiEventListenerSimpleCB |
The |
|
event_type |
const gchar* |
A string specifying the event type for which this listener is to be deregistered. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError* , or NULL . |