Method

Gsk.GLShaderNode.get_child

Declaration [src]

GskRenderNode*
gsk_gl_shader_node_get_child (
  const GskRenderNode* node,
  guint idx
)

Description [src]

Gets one of the children.

Parameters

idx guint
 

the position of the child to get

Return value

Returns: GskRenderNode

the idxth child of node

Ownership is not transferred to the caller