From 27e0c7f6d63cd5edbe15e9e3424f541f074d38ed Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 2 Dec 2010 11:21:07 -0600 Subject: doc: Move DisconnectReason to the signals section --- doc/cdma-voicecall-manager-api.txt | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'doc/cdma-voicecall-manager-api.txt') diff --git a/doc/cdma-voicecall-manager-api.txt b/doc/cdma-voicecall-manager-api.txt index 958402fb..9f7749b1 100644 --- a/doc/cdma-voicecall-manager-api.txt +++ b/doc/cdma-voicecall-manager-api.txt @@ -50,6 +50,23 @@ Signals PropertyChanged(string property, variant value) Signal is emitted whenever a property has changed. The new value is passed as the signal argument. + DisconnectReason(string reason) + + This signal is emitted when the modem manager can + provide extra information about why the call was + released. The possible reason values are: + "local" - The call was release due to local + user action + "remote" - Remote party released the call + "network" - Network released the call, most + likely due to low signal or + other network failure + + Not all implementations are able to provide this + information, so applications should treat the emission + of this signal as optional. This signal will be + emitted before the PropertyChanged signal. + Properties string State [readonly] Contains the state of the current call. The state @@ -68,23 +85,6 @@ Properties string State [readonly] Contains the call waiting number. - DisconnectReason(string reason) - - This signal is emitted when the modem manager can - provide extra information about why the call was - released. The possible reason values are: - "local" - The call was release due to local - user action - "remote" - Remote party released the call - "network" - Network released the call, most - likely due to low signal or - other network failure - - Not all implementations are able to provide this - information, so applications should treat the emission - of this signal as optional. This signal will be - emitted before the PropertyChanged signal. - string ToneDuration [readwrite] Contains the length of the DTMF tone duration. The -- cgit v1.2.3