Constructor
GskRoundedClipNodenew
Declaration [src]
GskRenderNode*
gsk_rounded_clip_node_new (
GskRenderNode* child,
const GskRoundedRect* clip
)
Parameters
child |
GskRenderNode |
The node to draw. |
|
The data is owned by the caller of the function. | |
clip |
GskRoundedRect |
The clip to apply. |
|
The data is owned by the caller of the function. |
Return value
Returns: | GskRoundedClipNode |
A new |
|
The data is owned by the called function. |