From 47d158393dd871773af0f692276a464ec2bfea26 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Wed, 2 Nov 2016 15:24:31 +0100 Subject: [PATCH] doc: Add Adapter property to D-Bus API This allows to walk the tree in reverse order. --- doc/device-api.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/device-api.txt b/doc/device-api.txt index 94c23e99..c135e433 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -89,3 +89,7 @@ Properties string Name [readonly] Reflects whether the device is currently scanning for networks. net.connman.iwd.Network objects are updated when this property goes from true to false. + + object Adapter [readonly] + + The object path of the adapter the device belongs to.