Method

GLibNodelast_sibling

Declaration

GNode*
g_node_last_sibling (
  GNode* node
)

Description

Gets the last sibling of a GNode. This could possibly be the node itself.

This method is not directly available to language bindings.

Return value

Type: GNode

The last sibling of node.

The data is owned by the instance.