Function

GtkTreePathnew

Declaration [src]

GtkTreePath*
gtk_tree_path_new (
  void
)

Description [src]

Creates a new GtkTreePath-struct. This refers to a row.

Return value

Type: GtkTreePath

A newly created GtkTreePath-struct.

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