Method

GskBlendNodeget_top_child

Declaration [src]

GskRenderNode*
gsk_blend_node_get_top_child (
  const GskRenderNode* node
)

Description [src]

Retrieves the top GskRenderNode child of the node.

Return value

Returns: GskRenderNode
 

The top child node.

 The data is owned by the instance.