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.h | |
parent | 074277ca1ac21b77eeeec46051f35ae27fd6c009 (diff) |
iface-modem-voice: use G_DECLARE|DEFINE_INTERFACE() macros
Diffstat (limited to 'src/plugins/simtech/mm-shared-simtech.h')
-rw-r--r-- | src/plugins/simtech/mm-shared-simtech.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/simtech/mm-shared-simtech.h b/src/plugins/simtech/mm-shared-simtech.h index 028c5894..13e0eee6 100644 --- a/src/plugins/simtech/mm-shared-simtech.h +++ b/src/plugins/simtech/mm-shared-simtech.h @@ -41,7 +41,7 @@ struct _MMSharedSimtech { MMIfaceModemLocationInterface * (* peek_parent_location_interface) (MMSharedSimtech *self); /* Peek voice interface of the parent class of the object */ - MMIfaceModemVoice * (* peek_parent_voice_interface) (MMSharedSimtech *self); + MMIfaceModemVoiceInterface * (* peek_parent_voice_interface) (MMSharedSimtech *self); }; GType mm_shared_simtech_get_type (void); |