diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2024-04-19 11:28:00 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2024-05-06 13:45:38 +0000 |
commit | 0f48695d543d1fa1eb5673a80bf00acaef844054 (patch) | |
tree | 6f5daef5ca2ea0446d178eabab7788ff474ed656 /src/plugins/simtech/mm-shared-simtech.c | |
parent | 074277ca1ac21b77eeeec46051f35ae27fd6c009 (diff) |
iface-modem-voice: 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 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/plugins/simtech/mm-shared-simtech.c b/src/plugins/simtech/mm-shared-simtech.c index 8992d7b8..117ea65e 100644 --- a/src/plugins/simtech/mm-shared-simtech.c +++ b/src/plugins/simtech/mm-shared-simtech.c @@ -49,14 +49,14 @@ typedef struct { MMModemLocationSource enabled_sources; FeatureSupport cgps_support; /* voice */ - MMIfaceModemVoice *iface_modem_voice_parent; - FeatureSupport cpcmreg_support; - FeatureSupport clcc_urc_support; - GRegex *clcc_urc_regex; - GRegex *voice_call_regex; - GRegex *missed_call_regex; - GRegex *cring_regex; - GRegex *rxdtmf_regex; + MMIfaceModemVoiceInterface *iface_modem_voice_parent; + FeatureSupport cpcmreg_support; + FeatureSupport clcc_urc_support; + GRegex *clcc_urc_regex; + GRegex *voice_call_regex; + GRegex *missed_call_regex; + GRegex *cring_regex; + GRegex *rxdtmf_regex; } Private; static void |