Method

IdeTreeNodeget_item

since: 3.32

Declaration

GObject*
ide_tree_node_get_item (
  IdeTreeNode* self
)

Description

Gets the item that has been associated with the node.

Available since: 3.32

Gets propertyIde.TreeNode:item

Return value

Type: GObject

A GObject if the item has been previously set.

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