aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/cinterion/mm-shared-cinterion.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2024-04-18 12:09:52 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2024-05-06 13:45:38 +0000
commitaa94b21e0a9f2a296cf36fdc85eba0d842493638 (patch)
tree88af3bcb73b6a8473a32267d59b6760af54d8dfe /src/plugins/cinterion/mm-shared-cinterion.c
parente535c90f5f2cd7613360bd5880e9a3c0205f8a00 (diff)
iface-modem-location: use G_DECLARE|DEFINE_INTERFACE() macros
Diffstat (limited to 'src/plugins/cinterion/mm-shared-cinterion.c')
-rw-r--r--src/plugins/cinterion/mm-shared-cinterion.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/cinterion/mm-shared-cinterion.c b/src/plugins/cinterion/mm-shared-cinterion.c
index 0724c3cd..2ac2ab2a 100644
--- a/src/plugins/cinterion/mm-shared-cinterion.c
+++ b/src/plugins/cinterion/mm-shared-cinterion.c
@@ -47,11 +47,11 @@ typedef struct {
/* modem */
MMIfaceModemInterface *iface_modem_parent;
/* location */
- MMIfaceModemLocation *iface_modem_location_parent;
- MMModemLocationSource supported_sources;
- MMModemLocationSource enabled_sources;
- FeatureSupport sgpss_support;
- FeatureSupport sgpsc_support;
+ MMIfaceModemLocationInterface *iface_modem_location_parent;
+ MMModemLocationSource supported_sources;
+ MMModemLocationSource enabled_sources;
+ FeatureSupport sgpss_support;
+ FeatureSupport sgpsc_support;
/* voice */
MMIfaceModemVoice *iface_modem_voice_parent;
FeatureSupport slcc_support;