TreeNode.previous

glib.tree_node.TreeNode previous() nothrow

Returns the previous in-order node of the tree, or null if the passed node was already the first one.

Returns

the previous node in the tree