diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-09-21 21:37:15 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-09-21 21:37:42 -0500 |
commit | 7596ecfbf608396e9b62cc3464100ef766cf4c3a (patch) | |
tree | c90ce4ba5f0f4cc67e62b66734896a9b83d7d17e /doc | |
parent | 128859486c6f056ce026c16ec304df8cce63ba0e (diff) | |
download | ofono-7596ecfbf608396e9b62cc3464100ef766cf4c3a.tar.gz |
doc: Update SendMessage API
Diffstat (limited to 'doc')
-rw-r--r-- | doc/message-api.txt | 6 |
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) |