Function
GtkTreePathnew_from_indices
Declaration [src]
GtkTreePath*
gtk_tree_path_new_from_indices (
int first_index,
...
)
Return value
Type: GtkTreePath
A newly created GtkTreePath
The caller of the function takes ownership of the data, and is responsible for freeing it. |