From 3dbf6d5d3b4dfd2e41a28911832a2ba2fd95f7a7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 14 Mar 2008 20:15:44 +0000 Subject: Mention the special of DefaultAdapterChanged and no adapters --- doc/manager-api.txt | 5 +++++ 1 file changed, 5 insertions(+) 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. -- cgit