diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-06-27 12:02:36 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-07-11 23:20:59 +0200 |
commit | d56d1b265625ba94c1308f6c0aa43201bab83db3 (patch) | |
tree | 6b888264418884202f083b2255fb9ca30b1f2847 /docs/reference | |
parent | f994982cce641cb770d28c7172ecf09a8a25b124 (diff) |
api,voice: new HangupAndAccept() method
This method will hangup the currently active call and right away
accept the next available call.
The user of the API does not need to specify explicitly which is the
next call to accept, because that is decided automatically:
* If there is any waiting call, it will accept it right away.
* If there is no waiting call but there is a held call, it will make
the held call active again.
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 583b4940..65ba689d 100644 --- a/docs/reference/libmm-glib/libmm-glib-sections.txt +++ b/docs/reference/libmm-glib/libmm-glib-sections.txt @@ -1012,6 +1012,9 @@ mm_modem_voice_delete_call_sync mm_modem_voice_list_calls mm_modem_voice_list_calls_finish mm_modem_voice_list_calls_sync +mm_modem_voice_hangup_and_accept +mm_modem_voice_hangup_and_accept_finish +mm_modem_voice_hangup_and_accept_sync <SUBSECTION Standard> MMModemVoiceClass MMModemVoicePrivate @@ -2835,6 +2838,9 @@ mm_gdbus_modem_voice_call_delete_call_sync mm_gdbus_modem_voice_call_list_calls mm_gdbus_modem_voice_call_list_calls_finish mm_gdbus_modem_voice_call_list_calls_sync +mm_gdbus_modem_voice_call_hangup_and_accept +mm_gdbus_modem_voice_call_hangup_and_accept_finish +mm_gdbus_modem_voice_call_hangup_and_accept_sync <SUBSECTION Private> mm_gdbus_modem_voice_set_calls mm_gdbus_modem_voice_emit_call_added @@ -2842,6 +2848,7 @@ mm_gdbus_modem_voice_emit_call_deleted mm_gdbus_modem_voice_complete_create_call 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_interface_info mm_gdbus_modem_voice_override_properties <SUBSECTION Standard> |