Method
MetaWindowActorpaint_to_content
Declaration [src]
ClutterContent*
meta_window_actor_paint_to_content (
MetaWindowActor* self,
MetaRectangle* clip,
GError** error
)
Parameters
clip |
MetaRectangle |
A clipping rectangle, in actor coordinates, to help prevent extra processing. In the case that the clipping rectangle is partially or fully outside the bounds of the actor, the rectangle will be clipped. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | ClutterContent |
A new |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |