get_devices_by_guid_async
Description:
[ Version ( since = "1.5.0" ) ]
public async GenericArray<unowned Release> get_devices_by_guid_async (string guid, Cancellable? cancellable) throws Error
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 connect_async on this before using this method.
Parameters:
this |
A Client |
guid |
the GUID, e.g. `e22c4520-43dc-5bb3-8245-5787fead9b63` |
cancellable |
the Cancellable, or null |
callback |
the function to run on completion |
callback_data |
the data to pass to |