Method
FoundrySdkprepare_to_build
Declaration [src]
DexFuture*
foundry_sdk_prepare_to_build (
FoundrySdk* self,
FoundryBuildPipeline* pipeline,
FoundryProcessLauncher* launcher
)
Description [src]
Prepares launcher
to be able to build applications.
That may mean setting things up to access a SDK tooling or other compoonents.
Parameters
pipeline
-
Type:
FoundryBuildPipeline
A
FoundryBuildPipeline
orNULL
.The argument can be NULL
.The data is owned by the caller of the method. launcher
-
Type:
FoundryProcessLauncher
The launcher to prepare.
The data is owned by the caller of the method.