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
-
Type:
CoglFramebuffer
No description available.
The data is owned by the caller of the function. redraw_clip
-
Type:
cairo_region_t
No description available.
The data is owned by the caller of the function. paint_flags
-
Type:
ClutterPaintFlag
No description available.
Return value
Type: ClutterPaintContext
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |