Struct

AtspiEvent

Description

struct AtspiEvent {
  gchar* type;
  AtspiAccessible* source;
  gint detail1;
  gint detail2;
  GValue any_data;
  AtspiAccessible* sender;
}

No description available.

Structure members
type

No description available.

source

No description available.

detail1

No description available.

detail2

No description available.

any_data

No description available.

sender

No description available.

Functions

atspi_event_main

Starts/enters the main event loop for the AT-SPI services.

atspi_event_quit

Quits the last main event loop for the AT-SPI services, See: #atspi_event_main.