Table.getColumnDescription

Gets the description text of the specified column in the table

interface Table
string
getColumnDescription
(
int column
)

Parameters

column int

a #gint representing a column in table

Return Value

Type: string

a gchar* representing the column description, or null if value does not implement this interface.