Handbook
Glossary
cally_actor_add_action ( actor action_name action_description action_keybinding action_func -- guint )
Vocabulary
clutter
.
cally
.
ffi
Inputs
actor
an
object
action_name
an
object
action_description
an
object
action_keybinding
an
object
action_func
an
object
Outputs
guint
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.cally.ffi
LIBRARY:
clutter.cally
FUNCTION:
guint
cally_actor_add_action
( CallyActor* actor, gchar* action_name, gchar*
action_description, gchar* action_keybinding,
CallyActionFunc
action_func )