Function
GtkTreePathnew_from_indicesv
since: 3.12
Declaration [src]
GtkTreePath*
gtk_tree_path_new_from_indicesv (
gint* indices,
gsize length
)
Description [src]
Creates a new path with the given indices
array of length
.
Available since: 3.12
This function is renamed to ()
in language bindings.
Parameters
indices
-
Type: An array of
gint
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
-
Type:
gsize
Length of
indices
array.
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. |