diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-03-14 20:15:44 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-03-14 20:15:44 +0000 |
commit | 3dbf6d5d3b4dfd2e41a28911832a2ba2fd95f7a7 (patch) | |
tree | 13b723e7bba2f458b35f4188b4d8a365b9703f6d /doc/manager-api.txt | |
parent | 1e2a3cbfd4df57aeae610d9c6cebf459e19027d1 (diff) |
Mention the special of DefaultAdapterChanged and no adapters
Diffstat (limited to 'doc/manager-api.txt')
-rw-r--r-- | doc/manager-api.txt | 5 |
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. |