Method

AtspiTableget_row_header

Declaration [src]

AtspiAccessible*
atspi_table_get_row_header (
  AtspiTable* obj,
  gint row,
  GError** error
)

Description [src]

Gets the header associated with a table row, if available. This differs from

atspi_table_get_row_description, which returns a string.

Parameters

row gint
 

The specified table row, zero-indexed.

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

Return value

Returns: AtspiAccessible
 

An AtspiAccessible representation of the specified table row, if available.

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