Method
GLibNodenth_child
Declaration [src]
GNode*
g_node_nth_child (
GNode* node,
guint n
)
Description [src]
Gets a child of a GNode
, using the given index.
The first child is at index 0. If the index is
too big, NULL
is returned.
This method is not directly available to language bindings.
Return value
Type: GNode
The child of node
at index n
.
The returned data is owned by the instance. |