Handbook
Glossary
gdk_window_create_similar_image_surface ( window format width height scale -- cairo_surface_t* )
Vocabulary
gdk3
.
ffi
Inputs
window
an
object
format
an
object
width
an
object
height
an
object
scale
an
object
Outputs
cairo_surface_t*
an
object
Definition
USING:
alien.syntax
cairo.ffi
gobject-introspection.standard-types
;
IN:
gdk3.ffi
LIBRARY:
gdk3
FUNCTION:
cairo_surface_t*
gdk_window_create_similar_image_surface
( GdkWindow* window, cairo_format_t* format,
gint
width,
gint
height,
gint
scale )