From 4ab2e5b574ac4d0d279a1613698c27966acf7541 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Sun, 26 Dec 2010 21:41:01 -0600 Subject: [PATCH] doc: Release and Cancel don't expect a reply --- doc/pushnotification-api.txt | 2 +- doc/smartmessaging-api.txt | 2 +- doc/stk-api.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/pushnotification-api.txt b/doc/pushnotification-api.txt index 009c5088..942ba0f1 100644 --- a/doc/pushnotification-api.txt +++ b/doc/pushnotification-api.txt @@ -30,7 +30,7 @@ Methods void ReceiveNotification(array{byte} notification, dict info) Possible Errors: None - void Release() + void Release() [noreply] Agent is being released, possibly because of oFono terminating, SMS interface is being torn down or modem diff --git a/doc/smartmessaging-api.txt b/doc/smartmessaging-api.txt index 3ef76e2c..36065b42 100644 --- a/doc/smartmessaging-api.txt +++ b/doc/smartmessaging-api.txt @@ -56,7 +56,7 @@ Methods void ReceiveAppointment(array{byte} appointment, dict info) Possible Errors: None - void Release() + void Release() [noreply] Agent is being released, possibly because of oFono terminating, SMS interface is being torn down or modem diff --git a/doc/stk-api.txt b/doc/stk-api.txt index 519cfdff..425ee230 100644 --- a/doc/stk-api.txt +++ b/doc/stk-api.txt @@ -257,14 +257,14 @@ Methods byte RequestSelection(string title, byte icon_id, until the call is canceled using Cancel(). This method should not return. - void Cancel() + void Cancel() [noreply] Asks the agent to cancel any ongoing operation in progress. This is usually either because the agent is taking too long to respond, the Sim Application has terminated the session or a task has finished. - void Release() + void Release() [noreply] Agent is being released, possibly because of oFono terminating, SimToolkit interface torn down or modem