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.
This commit is contained in:
Aleksander Morgado
2012-03-01 13:17:12 +01:00
parent bb352d5da3
commit cd63df938f
25 changed files with 264 additions and 399 deletions

View File

@@ -403,6 +403,6 @@ MMBearer *mm_iface_modem_create_bearer_finish (MMIfaceModem *self,
GError **error);
void mm_iface_modem_bind_simple_status (MMIfaceModem *self,
MMCommonSimpleProperties *status);
MMSimpleStatus *status);
#endif /* MM_IFACE_MODEM_H */