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