Method
IdeDeployStrategycreate_runner_finish
Declaration
IdeRunner*
ide_deploy_strategy_create_runner_finish (
IdeDeployStrategy* self,
GAsyncResult* result,
GError** error
)
Description
Completes an asynchronous request to get an IdeRunner
for the current device.
Available since: | 41 |
Parameters
result |
GAsyncResult* |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | IdeRunner |
An |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |