Method

GLibNodelast_child

Declaration

GNode*
g_node_last_child (
  GNode* node
)

Description

Gets the last child of a GNode.

This method is not directly available to language bindings.

Return value

Type: GNode

The last child of node, or NULL if node has no children.

The data is owned by the instance.