Home
last modified time | relevance | path

Searched refs:a11y_dbus_slot (Results 1 – 1 of 1) sorted by relevance

/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/atspi/
H A Datspi-misc.c1562 static dbus_int32_t a11y_dbus_slot = -1; variable
1570 dbus_connection_free_data_slot (&a11y_dbus_slot); in a11y_bus_free()
1587 if (a11y_dbus_slot == -1) in atspi_get_a11y_bus()
1588 if (!dbus_connection_allocate_data_slot (&a11y_dbus_slot)) in atspi_get_a11y_bus()
1629 dbus_connection_set_data (a11y_bus, a11y_dbus_slot, a11y_bus, a11y_bus_free); in atspi_get_a11y_bus()