Function
GtkTreePathnew_from_indices
since: 2.2
Declaration [src]
GtkTreePath*
gtk_tree_path_new_from_indices (
gint first_index,
...
)
Description [src]
Creates a new path with first_index
and varargs
as indices.
Available since: 2.2
This function is not directly available to language bindings.
The implementation of this function is provided by ()
in language bindings.
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. |