diff options
author | Andrzej Zaborowski <andrew.zaborowski@intel.com> | 2010-03-31 06:57:07 +0200 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-03-31 13:49:31 -0500 |
commit | b6d4dd78c4e3a08e8a427f11952d4cb05c8bf6a5 (patch) | |
tree | 518b199a11113cf79a1fec50c98131c1a154998e /doc | |
parent | 27d0bc6ccf75176b22b417b554d00a5580fc87d7 (diff) | |
download | ofono-b6d4dd78c4e3a08e8a427f11952d4cb05c8bf6a5.tar.bz2 |
Refactor: Return a string from USSD Respond method
Return network's USSD reponses from the Respond method instead of
signaling over D-Bus. This should make the UI writer's job a little
easier.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/supplementaryservices-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/supplementaryservices-api.txt b/doc/supplementaryservices-api.txt index 23796c1b..115e2ff9 100644 --- a/doc/supplementaryservices-api.txt +++ b/doc/supplementaryservices-api.txt @@ -16,7 +16,7 @@ Methods string, variant Initiate(string command) new command can be initiated until this one is cancelled or ended. - void Respond(string reply) + string Respond(string reply) Send a response to the network either when it is awaiting further input after Initiate() |