Constructor
GskClipNodenew
Declaration [src]
GskRenderNode*
gsk_clip_node_new (
GskRenderNode* child,
const graphene_rect_t* clip
)
Parameters
child
-
Type:
GskRenderNode
The node to draw.
The data is owned by the caller of the function. clip
-
Type:
graphene_rect_t
The clip to apply.
The data is owned by the caller of the function.
Return value
Type: GskClipNode
A new GskRenderNode
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |