Handbook
Glossary
clutter_model_insert_value ( model row column value -- )
Vocabulary
clutter
.
ffi
Inputs
model
an
object
row
an
object
column
an
object
value
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
gobject.ffi
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
void
clutter_model_insert_value
( ClutterModel* model,
guint
row,
guint
column, GValue*
value )