Method

GLibTreeNodekey

since: 2.68

Declaration [src]

gpointer
g_tree_node_key (
  GTreeNode* node
)

Description [src]

Gets the key stored at a particular tree node.

Available since: 2.68

Return value

Type: gpointer

The key at the node.

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