diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-09-23 14:10:06 -0700 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-09-23 17:54:01 -0700 |
commit | f71b0700e2b824ffc25de43dd6d91186b5e2d63e (patch) | |
tree | ea19cd3bcd61289d3999ea448bc4f71e9f1dcb74 | |
parent | e1a6c133d7a7fd2acf6d3462d200f47ff6124c1b (diff) |
Fix ReleaseSession documentation.
-rw-r--r-- | doc/adapter-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index 16f35918..fe19de2f 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -62,7 +62,7 @@ Methods dict GetProperties() Possible Errors: org.bluez.Error.Rejected - void ReleaseSession{} + void ReleaseSession() Release a previous requested session. |