Constructor

Gsk.RoundedClipNode.new

Declaration [src]

GskRenderNode*
gsk_rounded_clip_node_new (
  GskRenderNode* child,
  const GskRoundedRect* clip
)

Description [src]

Creates a GskRenderNode that will clip the child to the area given by 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 GskRenderNode

Ownership is not transferred to the caller