Method

GLibNodefirst_sibling

Declaration

GNode*
g_node_first_sibling (
  GNode* node
)

Description

Gets the first 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 first sibling of node.

The data is owned by the instance.