Method

IdeDeviceManagerdeploy_finish

Declaration

gboolean
ide_device_manager_deploy_finish (
  IdeDeviceManager* self,
  GAsyncResult* result,
  GError** error
)

Description

Completes a request to deploy the application to the device.

Available since:3.32

Parameters

result GAsyncResult*
 

A GAsyncResult provided to callback.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if successful; otherwise FALSE and error is set.