Constructor
Gsk.ClipNode.new
Declaration [src]
GskRenderNode*
gsk_clip_node_new (
GskRenderNode* child,
const graphene_rect_t* clip
)
Parameters
child |
GskRenderNode |
The node to draw |
|
Ownership is not transferred to the callee | |
clip |
const graphene_rect_t* |
The clip to apply |
|
Ownership is not transferred to the callee |
Return value
Returns: GskClipNode |
|
A new |
|
Ownership of the data is transferred to the caller |