diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-01 12:50:23 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:19 +0100 |
commit | bb352d5da30413e70a71d14acb952b7bedfe6f99 (patch) | |
tree | c854f548d55fa078fd6d4ec95b7e762601840f83 /libmm-glib/mm-modem-location.h | |
parent | 1385eb394f977ee3a7014bd0025fa65cd7e4a25a (diff) |
libmm-common: `MMLocation3gpp' won't be considered internal any more
Renamed `MMCommonLocation3gpp' to `MMLocation3gpp', and removed the
`MMModemLocation3gpp' provided in libmm-glib. We'll just use the original one
from libmm-common always.
Diffstat (limited to 'libmm-glib/mm-modem-location.h')
-rw-r--r-- | libmm-glib/mm-modem-location.h | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/libmm-glib/mm-modem-location.h b/libmm-glib/mm-modem-location.h index 2c93cb45..b92040db 100644 --- a/libmm-glib/mm-modem-location.h +++ b/libmm-glib/mm-modem-location.h @@ -24,9 +24,7 @@ #define _MM_MODEM_LOCATION_H_ #include <ModemManager.h> -#include <mm-gdbus-modem.h> - -#include "mm-modem-location-3gpp.h" +#include <libmm-common.h> G_BEGIN_DECLS @@ -63,16 +61,16 @@ gboolean mm_modem_location_disable_sync (MMModemLocation *self, GCancellable *cancellable, GError **error); -void mm_modem_location_get_3gpp (MMModemLocation *self, - GCancellable *cancellable, - GAsyncReadyCallback callback, - gpointer user_data); -MMModemLocation3gpp *mm_modem_location_get_3gpp_finish (MMModemLocation *self, - GAsyncResult *res, - GError **error); -MMModemLocation3gpp *mm_modem_location_get_3gpp_sync (MMModemLocation *self, - GCancellable *cancellable, - GError **error); +void mm_modem_location_get_3gpp (MMModemLocation *self, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +MMLocation3gpp *mm_modem_location_get_3gpp_finish (MMModemLocation *self, + GAsyncResult *res, + GError **error); +MMLocation3gpp *mm_modem_location_get_3gpp_sync (MMModemLocation *self, + GCancellable *cancellable, + GError **error); G_END_DECLS #endif /* _MM_MODEM_LOCATION_H_ */ |