Method

GntTreerow_get_prev

since: 2.7.3

Declaration [src]

GntTreeRow*
gnt_tree_row_get_prev (
  GntTree* tree,
  GntTreeRow* row
)

Description [src]

Get the previous 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: GntTreeRow

The previous row.

The caller of the method takes ownership of the data, and is responsible for freeing it.