summaryrefslogtreecommitdiff
path: root/cli/mmcli.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-12-19 14:57:44 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:34 +0100
commit85b14b0008f217c3124e381c998fcf7ead6d999b (patch)
tree92d803f1ea97b36c113cdafe171663667ea957a1 /cli/mmcli.h
parent9e1b2105fb9b7454774a0414fa3f5958d79e8211 (diff)
cli: new Bearer related options
Diffstat (limited to 'cli/mmcli.h')
-rw-r--r--cli/mmcli.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cli/mmcli.h b/cli/mmcli.h
index 04f45813..bf35d35d 100644
--- a/cli/mmcli.h
+++ b/cli/mmcli.h
@@ -44,4 +44,12 @@ void mmcli_modem_run_asynchronous (GDBusConnection *connection,
void mmcli_modem_run_synchronous (GDBusConnection *connection);
void mmcli_modem_shutdown (void);
+/* Bearer group */
+GOptionGroup *mmcli_bearer_get_option_group (void);
+gboolean mmcli_bearer_options_enabled (void);
+void mmcli_bearer_run_asynchronous (GDBusConnection *connection,
+ GCancellable *cancellable);
+void mmcli_bearer_run_synchronous (GDBusConnection *connection);
+void mmcli_bearer_shutdown (void);
+
#endif /* __MMCLI_H__ */