Function

Atspiregister_device_event_listener

Declaration [src]

gboolean
atspi_register_device_event_listener (
  AtspiDeviceListener* listener,
  AtspiDeviceEventMask event_types,
  void* filter,
  GError** error
)

Description [src]

This function does nothing and should not be called.

Parameters

listener AtspiDeviceListener
  No description available.
 The data is owned by the caller of the function.
event_types AtspiDeviceEventMask
  No description available.
filter void*
  No description available.
 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
 

Always returns FALSE.