Home
last modified time | relevance | path

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

/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/atspi/
H A Datspi-value.c42 _atspi_dbus_get_property (obj, atspi_interface_value, "MinimumValue", error, "d", &retval); in atspi_value_get_minimum_value()
62 _atspi_dbus_get_property (obj, atspi_interface_value, "CurrentValue", error, "d", &retval); in atspi_value_get_current_value()
82 _atspi_dbus_get_property (obj, atspi_interface_value, "MaximumValue", error, "d", &retval); in atspi_value_get_maximum_value()
150 _atspi_dbus_get_property (obj, atspi_interface_value, "MinimumIncrement", error, "d", &retval); in atspi_value_get_minimum_increment()
H A Datspi-hyperlink.c71 _atspi_dbus_get_property (obj, atspi_interface_hyperlink, "NAnchors", error, "i", &retval); in atspi_hyperlink_get_n_anchors()
168 _atspi_dbus_get_property (obj, atspi_interface_hyperlink, "StartIndex", in atspi_hyperlink_get_start_index()
189 _atspi_dbus_get_property (obj, atspi_interface_hyperlink, "EndIndex", error, in atspi_hyperlink_get_end_index()
H A Datspi-table.c45 _atspi_dbus_get_property (obj, atspi_interface_table, "Caption", error, "(so)", &retval); in atspi_table_get_caption()
65 _atspi_dbus_get_property (obj, atspi_interface_table, "Summary", error, "(so)", &retval); in atspi_table_get_summary()
87 _atspi_dbus_get_property (obj, atspi_interface_table, "NRows", error, "i", &retval); in atspi_table_get_n_rows()
109 _atspi_dbus_get_property (obj, atspi_interface_table, "NColumns", error, "i", &retval); in atspi_table_get_n_columns()
408 _atspi_dbus_get_property (obj, atspi_interface_table, "NSelectedRows", error, "i", &retval); in atspi_table_get_n_selected_rows()
474 _atspi_dbus_get_property (obj, atspi_interface_table, "NSelectedColumns", error, "i", &retval); in atspi_table_get_n_selected_columns()
H A Datspi-table-cell.c74 _atspi_dbus_get_property (obj, atspi_interface_table_cell, "ColumnSpan", in atspi_table_cell_get_column_span()
119 _atspi_dbus_get_property (obj, atspi_interface_table_cell, "RowSpan", in atspi_table_cell_get_row_span()
266 _atspi_dbus_get_property (obj, atspi_interface_table_cell, "Table", in atspi_table_cell_get_table()
H A Datspi-document.c150 _atspi_dbus_get_property (obj, atspi_interface_document, "PageCount", error, "i", &retval); in atspi_document_get_page_count()
171_atspi_dbus_get_property (obj, atspi_interface_document, "CurrentPageNumber", error, "i", &retval); in atspi_document_get_current_page_number()
H A Datspi-image.c42 _atspi_dbus_get_property (obj, atspi_interface_image, "ImageDescription", error, "s", &retval); in atspi_image_get_image_description()
156 _atspi_dbus_get_property (obj, atspi_interface_image, "ImageLocale", error, "s", &retval); in atspi_image_get_image_locale()
H A Datspi-accessible.c310 if (!_atspi_dbus_get_property (obj, atspi_interface_accessible, "Name", error, in atspi_accessible_get_name()
334 if (!_atspi_dbus_get_property (obj, atspi_interface_accessible, in atspi_accessible_get_description()
413 if (!_atspi_dbus_get_property (obj, atspi_interface_accessible, in atspi_accessible_get_child_count()
827 _atspi_dbus_get_property (obj, atspi_interface_application, "ToolkitName", in atspi_accessible_get_toolkit_name()
851 _atspi_dbus_get_property (obj, atspi_interface_application, "Version", in atspi_accessible_get_toolkit_version()
876 _atspi_dbus_get_property (obj, atspi_interface_application, "AtspiVersion", in atspi_accessible_get_atspi_version()
899 if (!_atspi_dbus_get_property (obj, atspi_interface_application, "Id", error, "i", &ret)) in atspi_accessible_get_id()
1850 if (!_atspi_dbus_get_property (accessible, atspi_interface_accessible, in atspi_accessible_get_object_locale()
1880 if (!_atspi_dbus_get_property (obj, atspi_interface_accessible, in atspi_accessible_get_accessible_id()
H A Datspi-action.c41 _atspi_dbus_get_property (obj, atspi_interface_action, "NActions", error, "i", &retval); in atspi_action_get_n_actions()
H A Datspi-misc-private.h98 dbus_bool_t _atspi_dbus_get_property (gpointer obj, const char *interface, const char *name, GError…
H A Datspi-selection.c45_atspi_dbus_get_property (obj, atspi_interface_selection, "NSelectedChildren", error, "i", &retval… in atspi_selection_get_n_selected_children()
H A Datspi-text.c83 _atspi_dbus_get_property (obj, atspi_interface_text, "CharacterCount", error, "i", &retval); in G_DEFINE_BOXED_TYPE()
135 _atspi_dbus_get_property (obj, atspi_interface_text, "CaretOffset", error, "i", &retval); in atspi_text_get_caret_offset()
H A Datspi-misc.c1208 _atspi_dbus_get_property (gpointer obj, const char *interface, const char *name, GError **error, co… in _atspi_dbus_get_property() function