Method
FwupdClientget_devices_by_guid
Declaration [src]
GPtrArray*
fwupd_client_get_devices_by_guid (
FwupdClient* self,
const gchar* guid,
GCancellable* cancellable,
GError** error
)
Description [src]
Gets any devices that provide a specific GUID. An error is returned if no devices contains this GUID.
Available since: | 1.4.1 |
Parameters
guid |
const gchar* |
The GUID, e.g. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
cancellable |
GCancellable |
Optional |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |