diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2024-04-18 12:09:52 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2024-05-06 13:45:38 +0000 |
commit | aa94b21e0a9f2a296cf36fdc85eba0d842493638 (patch) | |
tree | 88af3bcb73b6a8473a32267d59b6760af54d8dfe /src/plugins/simtech/mm-shared-simtech.c | |
parent | e535c90f5f2cd7613360bd5880e9a3c0205f8a00 (diff) |
iface-modem-location: use G_DECLARE|DEFINE_INTERFACE() macros
Diffstat (limited to 'src/plugins/simtech/mm-shared-simtech.c')
-rw-r--r-- | src/plugins/simtech/mm-shared-simtech.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/simtech/mm-shared-simtech.c b/src/plugins/simtech/mm-shared-simtech.c index 240483b5..8992d7b8 100644 --- a/src/plugins/simtech/mm-shared-simtech.c +++ b/src/plugins/simtech/mm-shared-simtech.c @@ -44,10 +44,10 @@ typedef enum { typedef struct { /* location */ - MMIfaceModemLocation *iface_modem_location_parent; - MMModemLocationSource supported_sources; - MMModemLocationSource enabled_sources; - FeatureSupport cgps_support; + MMIfaceModemLocationInterface *iface_modem_location_parent; + MMModemLocationSource supported_sources; + MMModemLocationSource enabled_sources; + FeatureSupport cgps_support; /* voice */ MMIfaceModemVoice *iface_modem_voice_parent; FeatureSupport cpcmreg_support; |