Virtual Method
IdeDeviceget_info_finish
Declaration
IdeDeviceInfo*
get_info_finish (
IdeDevice* self,
GAsyncResult* result,
GError** error
)
Description
Completes an asynchronous request to load the information about a device.
Available since: | 3.32 |
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: | IdeDeviceInfo |
An |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |