Handbook
Glossary
clutter_actor_animate_with_timelinev ( actor mode timeline n_properties properties values -- ClutterAnimation* )
Vocabulary
clutter
.
ffi
Inputs
actor
an
object
mode
an
object
timeline
an
object
n_properties
an
object
properties
an
object
values
an
object
Outputs
ClutterAnimation*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
gobject.ffi
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
ClutterAnimation*
clutter_actor_animate_with_timelinev
( ClutterActor* actor,
gulong
mode, ClutterTimeline*
timeline,
gint
n_properties, gchar** properties, GValue**
values )