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.
Return value
Type: GskRenderNode
The idx
‘th child of node
.
The returned data is owned by the instance. |