query_by_device_file
Description:
public Device?
query_by_device_file (
string device_file)
Looks up a device for a device file.
Parameters:
this |
A Client.
|
device_file |
A device file.
|
Returns:
A Device object or null if the device was not found. Free with
unref.
|