Method

GtkTreePathto_string

Declaration [src]

gchar*
gtk_tree_path_to_string (
  GtkTreePath* path
)

Description [src]

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.

Return value

Type: gchar*

A newly-allocated string. Must be freed with g_free().

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.