Method
ClutterStagepaint_to_content
Declaration [src]
ClutterContent*
clutter_stage_paint_to_content (
ClutterStage* stage,
const cairo_rectangle_int_t* rect,
float scale,
ClutterPaintFlag paint_flags,
GError** error
)
Parameters
rect |
cairo_rectangle_int_t |
A #cairo_rectangle_int_t. |
|
The data is owned by the caller of the function. | |
scale |
float |
The scale. |
|
paint_flags |
ClutterPaintFlag |
The |
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | ClutterContent |
The |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |