Method

GLibNodefirst_sibling

Declaration [src]

GNode*
g_node_first_sibling (
  GNode* node
)

Description [src]

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