get_string_from_iter
Description:
[
Version ( since =
"2.2" ) ]
public string get_string_from_iter (
TreeIter iter)
Generates a string representation of the iter.
This string is a “:” separated list of numbers. For example, “4:10:0:3” would be an acceptable return value for this string.
Parameters:
this |
a TreeModel
|
iter |
a TreeIter-struct
|
Returns:
a newly-allocated string. Must be freed with g_free.
|