diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-01-09 03:00:22 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-01-09 03:00:22 +0000 |
commit | 466b76b3f3eab30328476746a964be2c5cbfe869 (patch) | |
tree | ebfc124ecd6bbfa9b574c75db8962f5bdae797d0 /audio/audio-api.txt | |
parent | 40d383bb1ed20bcc638e738c8d0fb7a79008b126 (diff) |
TerminateCall signal should be called CallTerminated
Diffstat (limited to 'audio/audio-api.txt')
-rw-r--r-- | audio/audio-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio-api.txt b/audio/audio-api.txt index a1af06b8..da6a7aab 100644 --- a/audio/audio-api.txt +++ b/audio/audio-api.txt @@ -218,7 +218,7 @@ Signals void AnswerRequested() The microphone gain changed. - void TerminateCall() + void CallTerminated() Sent when an ongoing call is terminated. |