Virtual Method

AtkUtiladd_global_event_listener

Declaration [src]

guint
add_global_event_listener (
  GSignalEmissionHook listener,
  const gchar* event_type
)

Description [src]

Adds the specified function to the list of functions to be called when an ATK event occurs. ATK implementors are discouraged from reimplementing this method.

Parameters

listener

Type: GSignalEmissionHook

No description available.

event_type

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: guint

No description available.