Method
IdeDeviceManagerdeploy_async
Declaration
void
ide_device_manager_deploy_async (
IdeDeviceManager* self,
IdePipeline* pipeline,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description
Requests that the application be deployed to the device. This may need to be done before running the application so that the device has the most up to date build.
This method completes asynchronously. Use ide_device_manager_deploy_finish()
inside the GAsyncReadyCallback
to obtain the result of the operation.
Parameters
pipeline
-
Type:
IdePipeline
An
IdePipeline
.The data is owned by the caller of the method. cancellable
-
Type:
GCancellable
A
GCancellable
, orNULL
.The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
A
GAsyncReadyCallback
.The argument can be NULL
. user_data
-
Type:
gpointer
Closure data for
callback
.The argument can be NULL
.The data is owned by the caller of the method.