Method

GskOpacityNodeget_child

Declaration [src]

GskRenderNode*
gsk_opacity_node_get_child (
  const GskRenderNode* node
)

Description [src]

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

Return value

Type: GskRenderNode

The child that is getting opacityed.

The returned data is owned by the instance.