Method

IdeTreeget_selected_node

since: 3.32

Declaration

IdeTreeNode*
ide_tree_get_selected_node (
  IdeTree* self
)

Description

Gets the currently selected node, or NULL.

Available since: 3.32

Return value

Type: IdeTreeNode

An IdeTreeNode or NULL.

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