Method

GskDebugNodeget_child

Declaration [src]

GskRenderNode*
gsk_debug_node_get_child (
  const GskRenderNode* node
)

Description [src]

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

Return value

Returns: GskRenderNode
 

The child GskRenderNode

 The data is owned by the instance.