aboutsummaryrefslogtreecommitdiff
path: root/plugins/cinterion/mm-shared-cinterion.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-06-16 16:15:28 +0200
committerAleksander Morgado <aleksander@aleksander.es>2019-07-11 23:01:08 +0200
commitfaaaf2027662b3f00bbdb90076abd72d5eed9397 (patch)
tree9ff7582891b5e51c8fd8872f0addb6e329b05a31 /plugins/cinterion/mm-shared-cinterion.h
parentb22f90c4c4f874b5bef0e0b7a45b8888328e6aa4 (diff)
cinterion: when ^SLCC is supported, detailed call state updates are implicit
Diffstat (limited to 'plugins/cinterion/mm-shared-cinterion.h')
-rw-r--r--plugins/cinterion/mm-shared-cinterion.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/cinterion/mm-shared-cinterion.h b/plugins/cinterion/mm-shared-cinterion.h
index f1dbac25..8569419d 100644
--- a/plugins/cinterion/mm-shared-cinterion.h
+++ b/plugins/cinterion/mm-shared-cinterion.h
@@ -70,6 +70,13 @@ gboolean mm_shared_cinterion_disable_location_gathering_finish (MMI
GAsyncResult *res,
GError **error);
+/*****************************************************************************/
+/* Create call (Voice interface) */
+
+MMBaseCall *mm_shared_cinterion_create_call (MMIfaceModemVoice *self,
+ MMCallDirection direction,
+ const gchar *number);
+
void mm_shared_cinterion_voice_setup_unsolicited_events (MMIfaceModemVoice *self,
GAsyncReadyCallback callback,
gpointer user_data);