---
 doc/messagemanager-api.txt |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/doc/messagemanager-api.txt b/doc/messagemanager-api.txt
index 0723e9c..3d66193 100644
--- a/doc/messagemanager-api.txt
+++ b/doc/messagemanager-api.txt
@@ -32,6 +32,16 @@ Methods              dict GetProperties()
                        Possible Errors: [service].Error.InvalidArguments
                                         [service].Error.DoesNotExist
 
+               void CancelMessage(object path)
+
+                       Cancel a message that was previously sent. Only
+                       messages that are waiting on queue can be cancelled and
+                       it's not possible to cancel messages that already had
+                       some parts delivered.
+
+                       Possible Errors: [service].Error.InvalidArguments
+                                        [service].Error.Failed
+
                object SendMessage(string to, string text)
 
                        Send the message in text to the number in to.  If the
-- 
1.7.4

_______________________________________________
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono

Reply via email to