Handbook
Glossary
clutter_cairo_texture_create_region ( cairo_texture x_offset y_offset width height -- cairo_t* )
Vocabulary
clutter
.
ffi
Inputs
cairo_texture
an
object
x_offset
an
object
y_offset
an
object
width
an
object
height
an
object
Outputs
cairo_t*
an
object
Definition
USING:
alien.syntax
cairo.ffi
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
cairo_t*
clutter_cairo_texture_create_region
( ClutterCairoTexture* cairo_texture,
gint
x_offset,
gint
y_offset,
gint
width,
gint
height )