Method
FoundrySdkprepare_to_run
Declaration [src]
DexFuture*
foundry_sdk_prepare_to_run (
FoundrySdk* self,
FoundryBuildPipeline* pipeline,
FoundryProcessLauncher* launcher
)
Description [src]
Prepares launcher
to be able to run applications.
That may mean setting things up to access a display server, network, 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.