Function
GtkTreePathnew_from_indicesv
Declaration [src]
GtkTreePath*
gtk_tree_path_new_from_indicesv (
int* indices,
gsize length
)
Parameters
indices |
An array of int |
Array of indices. |
|
The length of the array is specified in the length argument. | |
The data is owned by the caller of the function. | |
length |
gsize |
Length of |
Return value
Returns: | GtkTreePath |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |