Handbook
Glossary
gdk_pixbuf_copy_area ( pixbuf src_x src_y width height dest_pixbuf dest_x dest_y -- )
Vocabulary
gdk2
.
pixbuf
.
ffi
Inputs
pixbuf
an
object
src_x
an
object
src_y
an
object
width
an
object
height
an
object
dest_pixbuf
an
object
dest_x
an
object
dest_y
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk2.pixbuf.ffi
LIBRARY:
gdk.pixbuf
FUNCTION:
void
gdk_pixbuf_copy_area
( GdkPixbuf* pixbuf,
gint
src_x,
gint
src_y,
gint
width,
gint
height, GdkPixbuf* dest_pixbuf,
gint
dest_x,
gint
dest_y )