Virtual Method

IdeDeployStrategycreate_runner_async

since: 41

Declaration

void
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: IdePipeline

An IdePipeline.

The data is owned by the caller of the function.
cancellable

Type: GCancellable

A GCancellable or NULL.

The argument can be NULL.
The data is owned by the caller of the function.
callback

Type: GAsyncReadyCallback

A callback to execute upon completion.

user_data

Type: gpointer

Closure data for callback.

The argument can be NULL.
The data is owned by the caller of the function.