Method
AtspiTableCellget_position
Declaration [src]
gint
atspi_table_cell_get_position (
AtspiTableCell* obj,
gint* row,
gint* column,
GError** error
)
Parameters
row |
gint* |
The row of the given cell. |
|
| The argument will be set by the function. | |
| The instance takes ownership of the data, and is responsible for freeing it. | |
column |
gint* |
The column of the given cell. |
|
| The argument will be set by the function. | |
| The instance takes ownership of the data, and is responsible for freeing it. | |
error |
GError ** |
The return location for a GError*, or NULL. |