From: Denis Kenzior <denkenz@gmail.com>
To: linux-bluetooth@vger.kernel.org
Cc: Denis Kenzior <denkenz@gmail.com>
Subject: [PATCH 1/3] doc: Label Profile1.Release() method as no reply
Date: Tue, 10 Sep 2013 11:42:21 -0500 [thread overview]
Message-ID: <1378831343-3534-1-git-send-email-denkenz@gmail.com> (raw)
The current implementation does not expect a reply, nor would it make
sense for BlueZ to wait for one from the agent. So explicitly label
this method as noreply.
---
doc/profile-api.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/profile-api.txt b/doc/profile-api.txt
index 03b7d2b..96cfce9 100644
--- a/doc/profile-api.txt
+++ b/doc/profile-api.txt
@@ -108,7 +108,7 @@ Service unique name
Interface org.bluez.Profile1
Object path freely definable
-Methods void Release()
+Methods void Release() [noreply]
This method gets called when the service daemon
unregisters the profile. A profile can use it to do
--
1.8.1.5
next reply other threads:[~2013-09-10 16:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-10 16:42 Denis Kenzior [this message]
2013-09-10 16:42 ` [PATCH 2/3] doc: Remove Profile1.Cancel() method Denis Kenzior
2013-09-10 16:42 ` [PATCH 3/3] profile: Remove support for Cancel method Denis Kenzior
2013-09-11 18:49 ` [PATCH 1/3] doc: Label Profile1.Release() method as no reply Johan Hedberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1378831343-3534-1-git-send-email-denkenz@gmail.com \
--to=denkenz@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).