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.h | |
parent | e535c90f5f2cd7613360bd5880e9a3c0205f8a00 (diff) |
iface-modem-location: 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 37a221ca..028c5894 100644 --- a/src/plugins/simtech/mm-shared-simtech.h +++ b/src/plugins/simtech/mm-shared-simtech.h @@ -38,7 +38,7 @@ struct _MMSharedSimtech { GTypeInterface g_iface; /* Peek location interface of the parent class of the object */ - MMIfaceModemLocation * (* peek_parent_location_interface) (MMSharedSimtech *self); + MMIfaceModemLocationInterface * (* peek_parent_location_interface) (MMSharedSimtech *self); /* Peek voice interface of the parent class of the object */ MMIfaceModemVoice * (* peek_parent_voice_interface) (MMSharedSimtech *self); |