Method
IdeDeployStrategycreate_runner_async
since: 41
Declaration
void
ide_deploy_strategy_create_runner_async (
IdeDeployStrategy* self,
IdePipeline* pipeline,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description
Gets an IdeRunner that runs apps deployed to the device, if a
runner other than the default is needed.
Available since: 41
Parameters
pipeline-
Type:
IdePipelineAn
IdePipeline.The data is owned by the caller of the function. cancellable-
Type:
GCancellableA
GCancellableorNULL.The argument can be NULL.The data is owned by the caller of the function. callback-
Type:
GAsyncReadyCallbackA callback to execute upon completion.
The argument can be NULL. user_data-
Type:
gpointerClosure data for
callback.The argument can be NULL.The data is owned by the caller of the function.