diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-01 16:11:43 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-01 16:11:43 +0100 |
commit | 79ed9e5915c90cccf59016fb7de73b460b85b02c (patch) | |
tree | bb9b8e91a3b2d662148b403e92f898b00e3c77bc /doc | |
parent | 2071a8a2f8e6d238ff0d0f44cb075c902b8ec0e4 (diff) |
Fix DefaultAdapterChanged signal comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manager-api.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt index ba45504a..851edd9b 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -47,8 +47,7 @@ Signals AdapterAdded(object adapter) DefaultAdapterChanged(object adapter) - Parameter is object path of the new default adapter, - or an empty string if there is no available adapters. + Parameter is object path of the new default adapter. In case all adapters are removed this signal will not be emitted. The AdapterRemoved signal has to be used |