get_column_description


Description:

public abstract unowned string get_column_description (int column)

Gets the description text of the specified column in the table

Parameters:

this

a GObject instance that implements AtkTableIface

column

a int representing a column in this

Returns:

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