Struct

AtspiEvent

since: 2.0

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.

Available since: 2.0

Functions

atspi_event_main

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

since: 2.0

atspi_event_quit

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

since: 2.0