Method
GtkTreePathfree
deprecated: 4.10
Declaration [src]
void
gtk_tree_path_free (
GtkTreePath* path
)
Description [src]
Frees path
. If path
is NULL
, it simply returns.
Deprecated since: 4.10
Please do not use it in newly written code.
Parameters
path
-
Type:
GtkTreePath
A
GtkTreePath
.The argument can be NULL
.