aboutsummaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-06-27 14:25:14 +0200
committerAleksander Morgado <aleksander@aleksander.es>2019-07-11 23:20:59 +0200
commitefcc4c60fedf018ebeb0e34b395365caa36c7cae (patch)
tree69f848f135121dc25377f043ca520fbed2183f28 /introspection
parentf065105f1740885e11311be8f4e9dcbcfff0a84b (diff)
api,voice: new HangupAll() method
This method will terminate all ongoing calls.
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.Voice.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Voice.xml b/introspection/org.freedesktop.ModemManager1.Modem.Voice.xml
index b6c16f13..72674e61 100644
--- a/introspection/org.freedesktop.ModemManager1.Modem.Voice.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.Voice.xml
@@ -100,6 +100,18 @@
<method name="HangupAndAccept" />
<!--
+ HangupAll:
+
+ Hangup all active calls.
+
+ Depending on how the device implements the action, calls on
+ hold or in waiting state may also be terminated.
+
+ No error is returned if there are no ongoing calls.
+ -->
+ <method name="HangupAll" />
+
+ <!--
CallAdded:
@path: Object path of the new call.