Method
GLibTreenode_last
since: 2.68
Declaration [src]
GTreeNode*
g_tree_node_last (
GTree* tree
)
Description [src]
Returns the last in-order node of the tree, or NULL
for an empty tree.
Available since: 2.68
Return value
Type: GTreeNode
The last node in the tree.
The returned data is owned by the instance. |
The return value can be NULL . |