TableIF.getRowDescription

Gets the description text of the specified row in the table

interface TableIF
string
getRowDescription
(
int row
)

Parameters

row int

a gint representing a row in table

Return Value

Type: string

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