Method

GLibTreeNodekey

since: 2.68

Declaration

gpointer
g_tree_node_key (
  GTreeNode* node
)

Description

Gets the key stored at a particular tree node.

Available since: 2.68

Return value

Type: gpointer

The key at the node.

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