Returns the previous in-order node of the tree, or %NULL if the passed node was already the first one.
the previous node in the tree
2.68
See Implementation
Returns the previous in-order node of the tree, or %NULL if the passed node was already the first one.