Handbook
Glossary
gtk_tree_path_new_from_indices ( first_index varargs -- GtkTreePath* )
Vocabulary
gtk2
.
ffi
Inputs
first_index
an
object
varargs
an
object
Outputs
GtkTreePath*
an
object
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
GtkTreePath*
gtk_tree_path_new_from_indices
(
gint
first_index,
void*
varargs )