diff options
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Modem.Voice.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Voice.xml | 12 |
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. |