aboutsummaryrefslogtreecommitdiff
path: root/plugins/quectel/mm-shared-quectel.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-09-18 12:03:07 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-09-28 12:00:08 +0200
commite4308a529e1b05b772a0fbbf7296c7132e9e8a9e (patch)
tree511c45a8d2165ca78791d9bb0c00da0429f9a0e6 /plugins/quectel/mm-shared-quectel.h
parenta2eb80e1709766cb92024481d3ffc3533acd4ecf (diff)
quectel: setup parent SIM hot swap in addition to +QUSIM
So that e.g. in QMI-based devices we have both things, not just one.
Diffstat (limited to 'plugins/quectel/mm-shared-quectel.h')
-rw-r--r--plugins/quectel/mm-shared-quectel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/quectel/mm-shared-quectel.h b/plugins/quectel/mm-shared-quectel.h
index 88023b3b..1a49c29b 100644
--- a/plugins/quectel/mm-shared-quectel.h
+++ b/plugins/quectel/mm-shared-quectel.h
@@ -37,7 +37,8 @@ typedef struct _MMSharedQuectel MMSharedQuectel;
struct _MMSharedQuectel {
GTypeInterface g_iface;
- MMIfaceModemLocation * (* peek_parent_location_interface) (MMSharedQuectel *self);
+ MMIfaceModem * (* peek_parent_modem_interface) (MMSharedQuectel *self);
+ MMIfaceModemLocation * (* peek_parent_modem_location_interface) (MMSharedQuectel *self);
};
GType mm_shared_quectel_get_type (void);