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