Handbook
Glossary
ClutterDragAction:drag-motion ( quot -- alien )
Vocabulary
clutter
.
ffi
Inputs
quot
an
object
Outputs
alien
an
object
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
CALLBACK:
void
ClutterDragAction:drag-motion
( ClutterDragAction* drag_action, ClutterActor* actor,
gfloat
delta_x,
gfloat
delta_y,
gpointer
user_data )