diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-06-27 14:25:14 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-07-11 23:20:59 +0200 |
commit | efcc4c60fedf018ebeb0e34b395365caa36c7cae (patch) | |
tree | 69f848f135121dc25377f043ca520fbed2183f28 /docs/reference | |
parent | f065105f1740885e11311be8f4e9dcbcfff0a84b (diff) |
api,voice: new HangupAll() method
This method will terminate all ongoing calls.
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-sections.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/reference/libmm-glib/libmm-glib-sections.txt b/docs/reference/libmm-glib/libmm-glib-sections.txt index a2087f38..be0bdcfe 100644 --- a/docs/reference/libmm-glib/libmm-glib-sections.txt +++ b/docs/reference/libmm-glib/libmm-glib-sections.txt @@ -1018,6 +1018,9 @@ mm_modem_voice_hangup_and_accept_sync mm_modem_voice_hold_and_accept mm_modem_voice_hold_and_accept_finish mm_modem_voice_hold_and_accept_sync +mm_modem_voice_hangup_all +mm_modem_voice_hangup_all_finish +mm_modem_voice_hangup_all_sync <SUBSECTION Standard> MMModemVoiceClass MMModemVoicePrivate @@ -2847,6 +2850,9 @@ mm_gdbus_modem_voice_call_hangup_and_accept_sync mm_gdbus_modem_voice_call_hold_and_accept mm_gdbus_modem_voice_call_hold_and_accept_finish mm_gdbus_modem_voice_call_hold_and_accept_sync +mm_gdbus_modem_voice_call_hangup_all +mm_gdbus_modem_voice_call_hangup_all_finish +mm_gdbus_modem_voice_call_hangup_all_sync <SUBSECTION Private> mm_gdbus_modem_voice_set_calls mm_gdbus_modem_voice_emit_call_added @@ -2856,6 +2862,7 @@ mm_gdbus_modem_voice_complete_delete_call mm_gdbus_modem_voice_complete_list_calls mm_gdbus_modem_voice_complete_hangup_and_accept mm_gdbus_modem_voice_complete_hold_and_accept +mm_gdbus_modem_voice_complete_hangup_all mm_gdbus_modem_voice_interface_info mm_gdbus_modem_voice_override_properties <SUBSECTION Standard> |