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