Handbook
Glossary
gdk_pixbuf_get_from_surface ( surface src_x src_y width height -- GdkPixbuf* )
Vocabulary
gdk3
.
ffi
Inputs
surface
an
object
src_x
an
object
src_y
an
object
width
an
object
height
an
object
Outputs
GdkPixbuf*
an
object
Definition
USING:
alien.syntax
cairo.ffi
gdk-pixbuf.ffi
gobject-introspection.standard-types
;
IN:
gdk3.ffi
LIBRARY:
gdk3
FUNCTION:
GdkPixbuf*
gdk_pixbuf_get_from_surface
( cairo_surface_t* surface,
gint
src_x,
gint
src_y,
gint
width,
gint
height )