Method

IdeTreeget_selected_node

Declaration

IdeTreeNode*
ide_tree_get_selected_node (
  IdeTree* self
)

Description

Gets the currently selected node, or NULL.

Available since:3.32

Return value

Returns: IdeTreeNode
 

An IdeTreeNode or NULL.

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