Method

IdeTreeNodeset_icon

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 GIcon
 

A GIcon or NULL.

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