Method
GntTreerow_get_child
since: 2.7.3
Declaration [src]
GntTreeRow*
gnt_tree_row_get_child (
GntTree* tree,
GntTreeRow* row
)
Parameters
row
-
Type:
GntTreeRow
The GntTreeRow object.
The data is owned by the caller of the function.
Return value
Type: GntTreeRow
The child row.
The caller of the method takes ownership of the data, and is responsible for freeing it. |