aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-modem-cdma.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-07-15 12:26:57 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-08-08 09:50:04 +0200
commit5de526f7080c3c56474b277fe46a49537f44ed74 (patch)
tree5a407021e8cec590e9ca2ed94e37acc5494f3ba4 /libmm-glib/mm-modem-cdma.h
parentb769d48ed88d0dd69c70dffce23b21fa99814791 (diff)
libmm-glib,cdma: implement manual activation methods
Diffstat (limited to 'libmm-glib/mm-modem-cdma.h')
-rw-r--r--libmm-glib/mm-modem-cdma.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/libmm-glib/mm-modem-cdma.h b/libmm-glib/mm-modem-cdma.h
index 8c7cb9cf..31e7824a 100644
--- a/libmm-glib/mm-modem-cdma.h
+++ b/libmm-glib/mm-modem-cdma.h
@@ -31,6 +31,7 @@
#include <ModemManager.h>
#include "mm-gdbus-modem.h"
+#include "mm-cdma-manual-activation-properties.h"
G_BEGIN_DECLS
@@ -105,6 +106,19 @@ gboolean mm_modem_cdma_activate_sync (MMModemCdma *self,
GCancellable *cancellable,
GError **error);
+void mm_modem_cdma_activate_manual (MMModemCdma *self,
+ MMCdmaManualActivationProperties *properties,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+gboolean mm_modem_cdma_activate_manual_finish (MMModemCdma *self,
+ GAsyncResult *res,
+ GError **error);
+gboolean mm_modem_cdma_activate_manual_sync (MMModemCdma *self,
+ MMCdmaManualActivationProperties *properties,
+ GCancellable *cancellable,
+ GError **error);
+
G_END_DECLS
#endif /* _MM_MODEM_CDMA_H_ */