Method

GLibNodeget_root

Declaration [src]

GNode*
g_node_get_root (
  GNode* node
)

Description [src]

Gets the root of a tree.

This method is not directly available to language bindings.

Return value

Type: GNode

The root of the tree.

The returned data is owned by the instance.