Function
ClutterPaintContextnew_for_framebuffer
Declaration [src]
ClutterPaintContext*
clutter_paint_context_new_for_framebuffer (
  CoglFramebuffer* framebuffer,
  const MtkRegion* redraw_clip,
  ClutterPaintFlag paint_flags,
  ClutterColorState* color_state
)
Parameters
- framebuffer
- 
            Type: CoglFramebufferNo description available. The data is owned by the caller of the function. 
- redraw_clip
- 
            Type: MtkRegionNo description available. The data is owned by the caller of the function. 
- paint_flags
- 
            Type: ClutterPaintFlagNo description available. 
- color_state
- 
            Type: ClutterColorStateNo description available. The data is owned by the caller of the function. 
Return value
Type: ClutterPaintContext
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |