get_devices_by_guid
Description:
[ Version ( since = "1.4.1" ) ]
public GenericArray<unowned Device> get_devices_by_guid (string guid, Cancellable? cancellable = null) throws Error
public GenericArray<unowned Device> get_devices_by_guid (string guid, Cancellable? cancellable = null) throws Error
Gets any devices that provide a specific GUID.
An error is returned if no devices contains this GUID.
Parameters:
this |
A Client |
guid |
the GUID, e.g. `e22c4520-43dc-5bb3-8245-5787fead9b63` |
cancellable |
the Cancellable, or null |
Returns:
devices or null |