aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/cinterion/mm-shared-cinterion.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2024-04-19 11:28:00 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2024-05-06 13:45:38 +0000
commit0f48695d543d1fa1eb5673a80bf00acaef844054 (patch)
tree6f5daef5ca2ea0446d178eabab7788ff474ed656 /src/plugins/cinterion/mm-shared-cinterion.h
parent074277ca1ac21b77eeeec46051f35ae27fd6c009 (diff)
iface-modem-voice: use G_DECLARE|DEFINE_INTERFACE() macros
Diffstat (limited to 'src/plugins/cinterion/mm-shared-cinterion.h')
-rw-r--r--src/plugins/cinterion/mm-shared-cinterion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cinterion/mm-shared-cinterion.h b/src/plugins/cinterion/mm-shared-cinterion.h
index f26aac96..bc9fe986 100644
--- a/src/plugins/cinterion/mm-shared-cinterion.h
+++ b/src/plugins/cinterion/mm-shared-cinterion.h
@@ -47,7 +47,7 @@ struct _MMSharedCinterion {
MMIfaceModemLocationInterface * (* peek_parent_location_interface) (MMSharedCinterion *self);
/* Peek voice interface of the parent class of the object */
- MMIfaceModemVoice * (* peek_parent_voice_interface) (MMSharedCinterion *self);
+ MMIfaceModemVoiceInterface * (* peek_parent_voice_interface) (MMSharedCinterion *self);
/* Peek time interface of the parent class of the object */
MMIfaceModemTimeInterface * (* peek_parent_time_interface) (MMSharedCinterion *self);