Method
FoundryDependencyManagerlist_dependencies
Declaration [src]
DexFuture*
foundry_dependency_manager_list_dependencies (
FoundryDependencyManager* self,
FoundryConfig* config
)
Parameters
config
-
Type:
FoundryConfig
The data is owned by the caller of the method.
Return value
Type: DexFuture
A DexFuture
that resolves to
a FoundryFutureListModel
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |