get_device_by_path
Description:
public unowned Device get_device_by_path (
string object_path)
Gets a Device from a Client.
Parameters:
this |
a Client
|
object_path |
the object path to search for
|
Returns:
the Device for the given object_path or null if none is
found.
|