summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/manager-api.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt
index 458fa4ac..ba45504a 100644
--- a/doc/manager-api.txt
+++ b/doc/manager-api.txt
@@ -49,3 +49,8 @@ Signals AdapterAdded(object adapter)
Parameter is object path of the new default adapter,
or an empty string if there is no available adapters.
+
+ In case all adapters are removed this signal will not
+ be emitted. The AdapterRemoved signal has to be used
+ to detect that no default adapter is selected or
+ available anymore.