summaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-3gpp.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-03-01 13:17:12 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-16 14:53:20 +0100
commitcd63df938f4fdf3fb656f715745608a9318d1c74 (patch)
treec58cdb827c5535fe1505799f838d76b108b72fac /src/mm-iface-modem-3gpp.h
parentbb352d5da30413e70a71d14acb952b7bedfe6f99 (diff)
downloadModemManager-cd63df938f4fdf3fb656f715745608a9318d1c74.tar.gz
libmm-common: `MMSimpleStatus' won't be considered internal any more
Renamed `MMCommonSimpleProperties' to `MMSimpleStatus', and removed the `MMSimpleStatusProperties' provided in libmm-glib. We'll just use the original one from libmm-common always.
Diffstat (limited to 'src/mm-iface-modem-3gpp.h')
-rw-r--r--src/mm-iface-modem-3gpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-iface-modem-3gpp.h b/src/mm-iface-modem-3gpp.h
index 8c88c05cd..3168399cc 100644
--- a/src/mm-iface-modem-3gpp.h
+++ b/src/mm-iface-modem-3gpp.h
@@ -272,6 +272,6 @@ void mm_iface_modem_3gpp_register_in_network (MMIfaceModem3gpp *self,
/* Bind properties for simple GetStatus() */
void mm_iface_modem_3gpp_bind_simple_status (MMIfaceModem3gpp *self,
- MMCommonSimpleProperties *status);
+ MMSimpleStatus *status);
#endif /* MM_IFACE_MODEM_3GPP_H */