Method

GtkTreePathcopy

Declaration [src]

GtkTreePath*
gtk_tree_path_copy (
  const GtkTreePath* path
)

Description [src]

Creates a new GtkTreePath-struct as a copy of path.

Return value

Type: GtkTreePath

A new GtkTreePath-struct.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.