Constructor
GskClipNodenew
Declaration [src]
GskRenderNode*
gsk_clip_node_new (
  GskRenderNode* child,
  const graphene_rect_t* clip
)
Parameters
| child | GskRenderNode | 
| The node to draw. | |
| The data is owned by the caller of the function. | |
| clip | graphene_rect_t | 
| The clip to apply. | |
| The data is owned by the caller of the function. | 
Return value
| Returns: | GskClipNode | 
| A new  | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |