Method

GtkTreePathfree

Declaration [src]

void
gtk_tree_path_free (
  GtkTreePath* path
)

Description [src]

Frees path. If path is NULL, it simply returns.

Parameters

path

Type: GtkTreePath

A GtkTreePath-struct.

The argument can be NULL.