Handbook
Glossary
clutter_stage_read_pixels ( stage x y width height -- guint8 )
Vocabulary
clutter
.
ffi
Inputs
stage
an
object
x
an
object
y
an
object
width
an
object
height
an
object
Outputs
guint8
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
guint8
clutter_stage_read_pixels
( ClutterStage* stage,
gint
x,
gint
y,
gint
width,
gint
height )