Method
GntTreerow_get_parent
since: 2.7.3
Declaration [src]
GntTreeRow*
gnt_tree_row_get_parent (
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 parent row.
The caller of the method takes ownership of the data, and is responsible for freeing it. |