doc: Move DisconnectReason to the signals section

This commit is contained in:
Denis Kenzior 2010-12-02 11:21:07 -06:00
parent 169651314e
commit 27e0c7f6d6
1 changed files with 17 additions and 17 deletions

View File

@ -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