Gtk.TreePath.prototype.to_string
function to_string():String { // Gjs wrapper for gtk_tree_path_to_string() }
Generates a string representation of the path.
This string is a ':' separated list of numbers. For example, "4:10:0:3" would be an acceptable return value for this string.
- Returns
A newly-allocated string. Must be freed with GLib.free.