Method
IdeDeployStrategycreate_runner_async
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 |
IdePipeline |
An |
|
The data is owned by the caller of the function. | |
cancellable |
GCancellable |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
callback |
GAsyncReadyCallback |
A callback to execute upon completion. |
|
The argument can be NULL . | |
user_data |
gpointer |
Closure data for |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |