Home
last modified time | relevance | path

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

/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/atspi/
H A Datspi-selection.c45 …_atspi_dbus_get_property (obj, atspi_interface_selection, "NSelectedChildren", error, "i", &retval… in atspi_selection_get_n_selected_children()
78 reply = _atspi_dbus_call_partial (obj, atspi_interface_selection, in atspi_selection_get_selected_child()
108 …_atspi_dbus_call (obj, atspi_interface_selection, "SelectChild", error, "i=>b", d_child_index, &re… in atspi_selection_select_child()
137 …_atspi_dbus_call (obj, atspi_interface_selection, "DeselectSelectedChild", error, "i=>b", d_select… in atspi_selection_deselect_selected_child()
166 …_atspi_dbus_call (obj, atspi_interface_selection, "DeselectChild", error, "i=>b", d_child_index, &… in atspi_selection_deselect_child()
193 …_atspi_dbus_call (obj, atspi_interface_selection, "IsChildSelected", error, "i=>b", d_child_index,… in atspi_selection_is_child_selected()
215 _atspi_dbus_call (obj, atspi_interface_selection, "SelectAll", error, "=>b", &retval); in atspi_selection_select_all()
237 _atspi_dbus_call (obj, atspi_interface_selection, "ClearSelection", error, "=>b", &retval); in atspi_selection_clear_selection()
H A Datspi-misc-private.h66 extern const char *atspi_interface_selection;
H A Datspi-accessible.c1102 atspi_interface_selection); in atspi_accessible_is_selection()
1463 return (_atspi_accessible_is_a (accessible, atspi_interface_selection) ? in atspi_accessible_get_selection()
1479 return (_atspi_accessible_is_a (accessible, atspi_interface_selection) ? in atspi_accessible_get_selection_iface()
H A Datspi-misc.c69 const char *atspi_interface_selection = ATSPI_DBUS_INTERFACE_SELECTION; variable