Method

GtkTreePathcopy

Declaration [src]

GtkTreePath*
gtk_tree_path_copy (
  const GtkTreePath* path
)

Description [src]

Creates a new GtkTreePath as a copy of path.

Return value

Returns: GtkTreePath
 

A new GtkTreePath

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