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.
this |
The ModelReader used to read |
model |
The Model to read a string from |
iter |
The row to read a string from |
A newly allocated string. Free with g_free. |