aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-08-20 10:33:01 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:25 +0100
commitfcadc0f841750a108d154cabee159c115b3e557a (patch)
treed2f0f7373bcab5abb3c975fab5d801a7bcea40a0 /cli/mmcli.h
parent9e241b7062883a67a31500a6f095c9839c8666c8 (diff)
cli: add commands to get info from modem
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 7997a099..72f13cc1 100644
--- a/cli/mmcli.h
+++ b/cli/mmcli.h
@@ -34,4 +34,12 @@ void mmcli_manager_run_asynchronous (GDBusConnection *connection,
void mmcli_manager_run_synchronous (GDBusConnection *connection);
void mmcli_manager_shutdown (void);
+/* Modem group */
+GOptionGroup *mmcli_modem_get_option_group (void);
+gboolean mmcli_modem_options_enabled (void);
+gboolean mmcli_modem_run_asynchronous (GDBusConnection *connection,
+ GCancellable *cancellable);
+void mmcli_modem_run_synchronous (GDBusConnection *connection);
+void mmcli_modem_shutdown (void);
+
#endif /* __MMCLI_H__ */