From 7f51df4d038e90174542d9dc63d9c4ca10877c47 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 19 Apr 2012 08:58:20 -0500 Subject: [PATCH] doc: Clarify CallRemoved behavior --- doc/voicecallmanager-api.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/voicecallmanager-api.txt b/doc/voicecallmanager-api.txt index 56dba8bb..c1087f7e 100644 --- a/doc/voicecallmanager-api.txt +++ b/doc/voicecallmanager-api.txt @@ -189,6 +189,12 @@ Signals CallAdded(object path, dict properties) released. The object path is no longer accessible after this signal and only emitted for reference. + NOTE: If the VoiceCallManager interface becomes + unavailable, this signal is not guaranteed to be + emitted for remaining calls. The applications are + expected to monitor changes in Modem.Interfaces + property. + PropertyChanged(string property, variant value) Signal is emitted whenever a property has changed.