Method

AtspiTableget_summary

Declaration [src]

AtspiAccessible*
atspi_table_get_summary (
  AtspiTable* obj
  GError** error
)

Description [src]

Gets an accessible object which summarizes the contents of an AtspiTable.

Return value

Type: AtspiAccessible

An AtspiAccessible object that serves as the table’s summary (often a reduced AtspiTable).

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