Method

GntTreeget_rows

Declaration [src]

GList*
gnt_tree_get_rows (
  GntTree* tree
)

Description [src]

Returns the list of rows in the tree.

Return value

Type: A list of GntTreeRow*

The list of the rows. The list should not be modified by the caller.

The data is owned by the instance.