Method

GLibTreeNodevalue

since: 2.68

Declaration [src]

gpointer
g_tree_node_value (
  GTreeNode* node
)

Description [src]

Gets the value stored at a particular tree node.

Available since: 2.68

Return value

Type: gpointer

The value at the node.

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