Method

IdeTreeNodeset_icon

since: 3.32

Declaration

void
ide_tree_node_set_icon (
  IdeTreeNode* self,
  GIcon* icon
)

Description

Sets the icon for the tree node.

Available since: 3.32

Sets propertyIde.TreeNode:icon

Parameters

icon

Type: GIcon

A GIcon or NULL.

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