Method

GLibNodelast_child

Declaration [src]

GNode*
g_node_last_child (
  GNode* node
)

Description [src]

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 returned data is owned by the instance.