Method

GntTreerow_get_next

since: 2.7.3

Declaration [src]

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

Description [src]

Get the next 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 next row.

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