Method

AtspiTableget_column_description

Declaration [src]

gchar*
atspi_table_get_column_description (
  AtspiTable* obj,
  gint column,
  GError** error
)

Description [src]

Gets a text description of a particular table column. This differs from

atspi_table_get_column_header, which returns an Accessible.

Parameters

column gint
 

The specified table column, zero-indexed.

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

Return value

Returns: gchar*
 

A UTF-8 string describing the specified table column, if available.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The value is a NUL terminated UTF-8 string.