summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-04-19 08:58:20 -0500
committerDenis Kenzior <denkenz@gmail.com>2012-04-19 08:58:20 -0500
commit7f51df4d038e90174542d9dc63d9c4ca10877c47 (patch)
treee1f4648f5163f1206fe956be690529cc9d7a1588 /doc
parent8c3569c78f781ef79da70f11b55136ae88a72b4c (diff)
downloadofono-7f51df4d038e90174542d9dc63d9c4ca10877c47.tar.bz2
doc: Clarify CallRemoved behavior
Diffstat (limited to 'doc')
-rw-r--r--doc/voicecallmanager-api.txt6
1 files changed, 6 insertions, 0 deletions
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.