Method

GLibNodelast_sibling

Declaration [src]

GNode*
g_node_last_sibling (
  GNode* node
)

Description [src]

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