summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)