Function

Atspideregister_device_event_listener

Declaration [src]

gboolean
atspi_deregister_device_event_listener (
  AtspiDeviceListener* listener,
  void* filter,
  GError** error
)

Description [src]

Removes a device event listener from the registry’s listener queue, ceasing notification of events of the specified type.

Parameters

listener AtspiDeviceListener
 

A pointer to the AtspiDeviceListener for which device events are requested.

 The data is owned by the caller of the function.
filter void*
 

Unused parameter.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if successful, otherwise FALSE.