get_value
Description:
Initializes and sets value
to that at column
.
When done with value
, unset needs to be called to free any
allocated memory.
Parameters:
this |
a `GtkTreeModel` |
iter |
the `GtkTreeIter` |
column |
the column to lookup the value at |
value |
an empty `GValue` to set |