Method

AtspiTableremove_row_selection

Declaration [src]

gboolean
atspi_table_remove_row_selection (
  AtspiTable* obj,
  gint row,
  GError** error
)

Description [src]

De-selects the specified row, removing it from the current row selection. Not all tables support row selection.

Parameters

row gint
 

The zero-indexed number of the row being de-selected.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if the specified row was successfully de-selected, FALSE if not.