summaryrefslogtreecommitdiffstats
path: root/doc/message-api.txt
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-09-21 21:37:15 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-09-21 21:37:42 -0500
commit7596ecfbf608396e9b62cc3464100ef766cf4c3a (patch)
treec90ce4ba5f0f4cc67e62b66734896a9b83d7d17e /doc/message-api.txt
parent128859486c6f056ce026c16ec304df8cce63ba0e (diff)
downloadofono-7596ecfbf608396e9b62cc3464100ef766cf4c3a.tar.bz2
doc: Update SendMessage API
Diffstat (limited to 'doc/message-api.txt')
-rw-r--r--doc/message-api.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/message-api.txt b/doc/message-api.txt
index e3acf5c5..9e8d02f9 100644
--- a/doc/message-api.txt
+++ b/doc/message-api.txt
@@ -32,9 +32,11 @@ Methods dict GetProperties()
Possible Errors: [service].Error.InvalidArguments
[service].Error.DoesNotExist
- void SendMessage(string to, string text)
+ object SendMessage(string to, string text)
- Send the message in text to the number in to.
+ Send the message in text to the number in to. If the
+ message could be queued successfully, this method
+ returns an object path to the created Message object.
Signals PropertyChanged(string name, variant value)