Function
ClutterPaintContextnew_for_framebuffer
Declaration [src]
ClutterPaintContext*
clutter_paint_context_new_for_framebuffer (
CoglFramebuffer* framebuffer,
const cairo_region_t* redraw_clip,
ClutterPaintFlag paint_flags
)
Parameters
framebuffer |
CoglFramebuffer |
No description available. | |
The data is owned by the caller of the function. | |
redraw_clip |
cairo_region_t |
No description available. | |
The data is owned by the caller of the function. | |
paint_flags |
ClutterPaintFlag |
No description available. |
Return value
Returns: | ClutterPaintContext |
No description available. | |
The caller of the function takes ownership of the data, and is responsible for freeing it. |