Method

IdeTreeNodeget_previous

since: 3.32

Declaration

IdeTreeNode*
ide_tree_node_get_previous (
  IdeTreeNode* self
)

Description

Gets the previous sibling before self.

Available since: 3.32

Return value

Type: IdeTreeNode

A IdeTreeNode or NULL.

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