Method
GLibTreeNodeprevious
since: 2.68
Declaration [src]
GTreeNode*
g_tree_node_previous (
GTreeNode* node
)
Description [src]
Returns the previous in-order node of the tree, or NULL
if the passed node was already the first one.
Available since: 2.68
Return value
Type: GTreeNode
The previous node in the tree.
The returned data is owned by the instance. |
The return value can be NULL . |