Method

AtspiTableCellget_column_header_cells

Declaration [src]

GPtrArray*
atspi_table_cell_get_column_header_cells (
  AtspiTableCell* obj
  GError** error
)

Description [src]

Returns the column headers as an array of cell accessibles.

Return value

Returns: An array of AtspiAccessible*
 

A GPtrArray of AtspiAccessibles representing the column header cells.

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