summaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-3gpp.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-12-22 20:41:39 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:37 +0100
commit473ca46ad9fda23a8c3bd9a8124e337091aeaf39 (patch)
tree5249938d92d3fac036c784f4875c24d80da5bbb2 /src/mm-iface-modem-3gpp.h
parentc9c94211025dd65bfec43d43019ee9366d0ec721 (diff)
iface-modem-3gpp: allow requesting to register internally, not just via DBus
Diffstat (limited to 'src/mm-iface-modem-3gpp.h')
-rw-r--r--src/mm-iface-modem-3gpp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mm-iface-modem-3gpp.h b/src/mm-iface-modem-3gpp.h
index 2e5bdbe6..e0f3fc0c 100644
--- a/src/mm-iface-modem-3gpp.h
+++ b/src/mm-iface-modem-3gpp.h
@@ -205,4 +205,13 @@ MMBearer *mm_iface_modem_3gpp_create_bearer_from_properties (MMIfaceModem3gpp *s
GVariant *properties,
GError **error);
+/* Allow registering in the network */
+gboolean mm_iface_modem_3gpp_register_in_network_finish (MMIfaceModem3gpp *self,
+ GAsyncResult *res,
+ GError **error);
+void mm_iface_modem_3gpp_register_in_network (MMIfaceModem3gpp *self,
+ const gchar *operator_id,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+
#endif /* MM_IFACE_MODEM_3GPP_H */