diff options
Diffstat (limited to 'libmm-glib/mm-modem-simple.h')
-rw-r--r-- | libmm-glib/mm-modem-simple.h | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/libmm-glib/mm-modem-simple.h b/libmm-glib/mm-modem-simple.h index 969ee15d..2f9c3498 100644 --- a/libmm-glib/mm-modem-simple.h +++ b/libmm-glib/mm-modem-simple.h @@ -27,7 +27,6 @@ #include <mm-gdbus-modem.h> #include "mm-bearer.h" -#include "mm-modem-simple-status-properties.h" G_BEGIN_DECLS @@ -65,16 +64,16 @@ gboolean mm_modem_simple_disconnect_sync (MMModemSimple *self, GCancellable *cancellable, GError **error); -void mm_modem_simple_get_status (MMModemSimple *self, - GCancellable *cancellable, - GAsyncReadyCallback callback, - gpointer user_data); -MMModemSimpleStatusProperties *mm_modem_simple_get_status_finish (MMModemSimple *self, - GAsyncResult *res, - GError **error); -MMModemSimpleStatusProperties *mm_modem_simple_get_status_sync (MMModemSimple *self, - GCancellable *cancellable, - GError **error); +void mm_modem_simple_get_status (MMModemSimple *self, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +MMSimpleStatus *mm_modem_simple_get_status_finish (MMModemSimple *self, + GAsyncResult *res, + GError **error); +MMSimpleStatus *mm_modem_simple_get_status_sync (MMModemSimple *self, + GCancellable *cancellable, + GError **error); G_END_DECLS #endif /* _MM_MODEM_SIMPLE_H_ */ |