Method

AtspiTableCellget_position

Declaration [src]

gint
atspi_table_cell_get_position (
  AtspiTableCell* obj,
  gint* row,
  gint* column,
  GError** error
)

Description [src]

Retrieves the tabular position of this cell.

Parameters

row gint*
 

The row of the given cell.

 The argument will be set by the function.
column gint*
 

The column of the given cell.

 The argument will be set by the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gint
 

TRUE if successful, FALSE otherwise.