summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2018-11-27 20:46:26 +0100
committerThomas Haller <thaller@redhat.com>2018-11-28 20:47:11 +0100
commitb104b9b82820710b80c1733d7e875daa85f9f6bc (patch)
tree0145298370d7bba94811b2738fc1822f28fbfb3c /introspection
parentd83e8ddb334a180c623810c81263650fea3d1842 (diff)
downloadNetworkManager-b104b9b82820710b80c1733d7e875daa85f9f6bc.tar.gz
wifi: improve description of D-Bus' RequestScan()
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/56
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Wireless.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml b/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml
index 130385455c..af54408816 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml
@@ -36,7 +36,7 @@
RequestScan:
@options: Options of scan. Currently 'ssids' option with value of "aay" type is supported.
- Request the device to scan
+ Request the device to scan. To know when the scan is finished, use the "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" to listen to changes to the "LastScan" property.
-->
<method name="RequestScan">
<arg name="options" type="a{sv}" direction="in"/>