Method

Gsk.ClipNode.get_child

Declaration [src]

GskRenderNode*
gsk_clip_node_get_child (
  const GskRenderNode* node
)

Description [src]

Gets the child node that is getting clipped by the given node.

Return value

Returns: GskRenderNode

The child that is getting clipped

Ownership is not transferred to the caller