Virtual Method

IdeDeviceProviderload_finish

Declaration

gboolean
load_finish (
  IdeDeviceProvider* self,
  GAsyncResult* result,
  GError** error
)

Description

Completes an asynchronous request to load known devices via ide_device_provider_load_async().

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.