Method

GskGLShaderNodeget_child

deprecated: 4.16 

Declaration [src]

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

Description [src]

Gets one of the children.

Deprecated since: 4.16

GTK’s new Vulkan-focused rendering does not support this feature. Use GtkGLArea for OpenGL rendering.

Parameters

idx

Type: guint

The position of the child to get.

Return value

Type: GskRenderNode

The idxth child of node.

The returned data is owned by the instance.