Constructor
AtspiEventListenernew_simple
Declaration [src]
AtspiEventListener*
atspi_event_listener_new_simple (
AtspiEventListenerSimpleCB callback,
GDestroyNotify callback_destroyed
)
Description [src]
Creates a new AtspiEventListener
associated with a specified callback
.
This constructor is not directly available to language bindings |
Parameters
callback |
AtspiEventListenerSimpleCB |
An |
|
callback_destroyed |
GDestroyNotify |
A |
Return value
Returns: | AtspiEventListener |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |