Handbook
Glossary
gtk_tree_model_foreach ( tree_model func user_data -- )
Vocabulary
gtk2
.
ffi
Inputs
tree_model
an
object
func
an
object
user_data
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_tree_model_foreach
( GtkTreeModel* tree_model,
GtkTreeModelForeachFunc
func,
gpointer
user_data )