diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-06-14 15:36:06 +0200 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2018-10-16 17:09:21 +0000 |
commit | bd3b5aca01a3d3102c607b7ca6fab310963ec77c (patch) | |
tree | 12f0701ab5575a6aa198f54ba97bbd65298e6763 /src/mm-iface-modem-voice.h | |
parent | 0090124ec0d0d28fa78f5a0dd153e36584a0f171 (diff) |
base-call: automatically terminate unanswered incoming calls
Try to automatically detect when the caller finishes the attempt to
establish the call.
Diffstat (limited to 'src/mm-iface-modem-voice.h')
-rw-r--r-- | src/mm-iface-modem-voice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-iface-modem-voice.h b/src/mm-iface-modem-voice.h index e182060a..229ebb5d 100644 --- a/src/mm-iface-modem-voice.h +++ b/src/mm-iface-modem-voice.h @@ -118,7 +118,7 @@ void mm_iface_modem_voice_bind_simple_status (MMIfaceModemVoice *self, /* CALL creation */ MMBaseCall *mm_iface_modem_voice_create_call (MMIfaceModemVoice *self); -MMBaseCall *mm_iface_modem_voice_create_incoming_call (MMIfaceModemVoice *self); +void mm_iface_modem_voice_incoming_call (MMIfaceModemVoice *self); gboolean mm_iface_modem_voice_update_incoming_call_number (MMIfaceModemVoice *self, gchar *number, guint type, |