Method

IdeTreeNodeset_item

Declaration

void
ide_tree_node_set_item (
  IdeTreeNode* self,
  GObject* item
)

Description

Sets the IdeTreeNode:item property.

This item is typically used so that IdeTreeAddin can annotate the node with additional data.

Sets propertyIde.TreeNode:item

Parameters

item

Type: GObject

A GObject or NULL.

The argument can be NULL.
The data is owned by the caller of the method.