Method

AtspiTableget_selected_rows

Declaration [src]

GArray*
atspi_table_get_selected_rows (
  AtspiTable* obj
  GError** error
)

Description [src]

Queries a table for a list of indices of rows which are currently selected.

Return value

Returns: An array of int
 

An array of #gint values, specifying which rows are currently selected.

 The caller of the method takes ownership of the data, and is responsible for freeing it.