Handbook
Glossary
clutter_state_set ( state source_state_name target_state_name first_object first_property_name first_mode varargs -- )
Vocabulary
clutter
.
ffi
Inputs
state
an
object
source_state_name
an
object
target_state_name
an
object
first_object
an
object
first_property_name
an
object
first_mode
an
object
varargs
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
void
clutter_state_set
( ClutterState* state, gchar* source_state_name, gchar*
target_state_name,
gpointer
first_object, gchar*
first_property_name,
gulong
first_mode,
void*
varargs )