Method

AtspiTableget_column_header

Declaration [src]

AtspiAccessible*
atspi_table_get_column_header (
  AtspiTable* obj,
  gint column,
  GError** error
)

Description [src]

Gets the header associated with a table column, if available. This differs from #atspi_table_get_column_description, which returns a string.

Parameters

column gint
 

The specified table column, zero-indexed.

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

Return value

Returns: AtspiAccessible
 

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

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