Function
GtkTreePathnew_from_indices
Declaration [src]
GtkTreePath*
gtk_tree_path_new_from_indices (
int first_index,
...
)
Description [src]
Creates a new path with first_index and varargs as indices.
| Deprecated since: | 4.10 |
Please do not use it in newly written code. | |
Return value
| Returns: | GtkTreePath |
A newly created |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |