summaryrefslogtreecommitdiffstats
path: root/doc/voicecallmanager-api.txt
diff options
context:
space:
mode:
authorPekka Pessi <Pekka.Pessi@nokia.com>2010-07-06 20:17:52 +0300
committerDenis Kenzior <denkenz@gmail.com>2010-07-07 11:33:20 -0500
commit00d4fbf5b0abf767ab9a550a79a90101dacbf7d2 (patch)
tree15b686eff3d2c157860f996aec774fda6568aea2 /doc/voicecallmanager-api.txt
parentb3c35db955c9c711f07b2ee69cfd038315ea4ab4 (diff)
downloadofono-00d4fbf5b0abf767ab9a550a79a90101dacbf7d2.tar.bz2
doc: clarify VoiceCallManager SendTones method
Diffstat (limited to 'doc/voicecallmanager-api.txt')
-rw-r--r--doc/voicecallmanager-api.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/voicecallmanager-api.txt b/doc/voicecallmanager-api.txt
index 7877ac5f..bc79fc36 100644
--- a/doc/voicecallmanager-api.txt
+++ b/doc/voicecallmanager-api.txt
@@ -108,10 +108,10 @@ Methods dict GetProperties()
void SendTones(string tones)
- Sends the DTMF tones to the network. Under GSM the
- tones have a fixed duration. Tones can be one of:
- '0' - '9', '*', '#', 'A', 'B', 'C', 'D'. The last four
- are typically not used in normal circumstances.
+ Sends the DTMF tones to the network. The tones have
+ a fixed duration. Tones can be one of: '0' - '9',
+ '*', '#', 'A', 'B', 'C', 'D'. The last four are
+ typically not used in normal circumstances.
Signals PropertyChanged(string property, variant value)