[ Version ( since = "1.5.0" ) ]
public async GenericArray<unowned Release> get_devices_by_guid_async (string guid, Cancellable? cancellable) throws Error
Gets any devices that provide a specific GUID.
An error is returned if no devices contains this GUID.
You must have called [method@Client.connect_async] on this before using this method.
| this |
a Client |
| guid |
the GUID, e.g. `e22c4520-43dc-5bb3-8245-5787fead9b63` |
| cancellable |
optional Cancellable |
| callback |
the function to run on completion |
| callback_data |
the data to pass to |