Method

AtspiEventListenerderegister

Declaration [src]

gboolean
atspi_event_listener_deregister (
  AtspiEventListener* listener,
  const gchar* event_type,
  GError** error
)

Description [src]

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

Parameters

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.