Function

AtspiEventListenerderegister_from_callback

Declaration [src]

gboolean
atspi_event_listener_deregister_from_callback (
  AtspiEventListenerCB callback,
  void* user_data,
  const gchar* event_type,
  GError** error
)

Description [src]

Deregisters an AtspiEventListenerCB from the registry, for a specific event type.

Parameters

callback AtspiEventListenerCB
 

The AtspiEventListenerCB registered against an event type.

user_data void*
 

User data that was passed in for this callback.

 The argument can be NULL.
 The data is owned by the caller of the function.
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.

Return value

Returns: gboolean
 

TRUE if successful, otherwise FALSE.