Method

ClutterStagecapture_view_into

Declaration [src]

void
clutter_stage_capture_view_into (
  ClutterStage* stage,
  ClutterStageView* view,
  cairo_rectangle_int_t* rect,
  uint8_t* data,
  int stride
)

Description

No description available.

Parameters

view

Type: ClutterStageView

No description available.

The data is owned by the caller of the function.
rect

Type: cairo_rectangle_int_t

No description available.

The data is owned by the caller of the function.
data

Type: uint8_t*

No description available.

The data is owned by the caller of the function.
stride

Type: int

No description available.