Method

GntTreerow_get_key

since: 2.7.3

Declaration [src]

gpointer
gnt_tree_row_get_key (
  GntTree* tree,
  GntTreeRow* row
)

Description [src]

Get the key of a row.

Available since: 2.7.3

Parameters

row

Type: GntTreeRow

The GntTreeRow object.

The data is owned by the caller of the function.

Return value

Type: gpointer

The key of the row.

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