Method

IdeTreeNodeget_prev_sibling

Declaration

IdeTreeNode*
ide_tree_node_get_prev_sibling (
  IdeTreeNode* self
)

Description

Gets the previous sibling, if any.

Return value

Type: IdeTreeNode

An IdeTreeNode or NULL.

The data is owned by the instance.
The return value can be NULL.