read


Description:

public string read (Model model, ModelIter iter)

Read data from a row in a Model and extract a string representation from it.

Note that generally a ModelReader need not be confined to reading from one specific column, although in practice most are.

Parameters:

this

The ModelReader used to read model

model

The Model to read a string from

iter

The row to read a string from

Returns:

A newly allocated string. Free with g_free.