diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-07-03 14:49:40 +0200 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2018-10-16 17:09:21 +0000 |
commit | 44413308b295bd52c1b24eba69bc8e9eed6b4fb5 (patch) | |
tree | bc33d93a8627a4d4725ba43fe3b4c71dd65c7717 /src/mm-iface-modem-voice.h | |
parent | fc0feee65481f7edf1118e8dd74a5352901f677f (diff) |
iface-modem-voice: always create plugin-specified call objects
The Voice interface logic must always use the create_call() object
from its own interface to create call objects, as that is the method
that plugins can subclass to provide plugin-specific call objects.
This applies to both incoming and outgoing calls.
Diffstat (limited to 'src/mm-iface-modem-voice.h')
-rw-r--r-- | src/mm-iface-modem-voice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mm-iface-modem-voice.h b/src/mm-iface-modem-voice.h index 21278ff2..1c16a42b 100644 --- a/src/mm-iface-modem-voice.h +++ b/src/mm-iface-modem-voice.h @@ -117,7 +117,6 @@ void mm_iface_modem_voice_bind_simple_status (MMIfaceModemVoice *self, MMSimpleStatus *status); /* CALL creation */ -MMBaseCall *mm_iface_modem_voice_create_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, |