Constructor
Gsk.RoundedClipNode.new
Declaration [src]
GskRenderNode*
gsk_rounded_clip_node_new (
GskRenderNode* child,
const GskRoundedRect* clip
)
Parameters
child |
GskRenderNode |
The node to draw |
|
Ownership is not transferred to the callee | |
clip |
GskRoundedRect |
The clip to apply |
|
Ownership is not transferred to the callee |
Return value
Returns: GskRoundedClipNode |
|
A new |
|
Ownership is not transferred to the caller |