Method
FoundryAdwPathNavigatorlist_to_root
unstable since: 1.1
Declaration [src]
DexFuture*
foundry_path_navigator_list_to_root (
FoundryPathNavigator* self
)
Description [src]
Asynchronously populates a GListModel of FoundryPathNavigator
starting from this navigator to the root navigator by following
foundry_path_navigator_find_parent() until there are no more parents.
The root navigator is placed at position 0 and self is placed in the last position.
Available since: 1.1
Return value
Type: DexFuture
A DexFuture that resolves to a
GListModel of FoundryPathNavigator.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |