to_string


Description:

[ Version ( deprecated = true , deprecated_since = "4.10" ) ]
public string? to_string ()

Warning: to_string is deprecated since 4.10.

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. If the path has depth 0, null is returned.

Parameters:

this

a `GtkTreePath`

Returns:

A newly-allocated string