diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-08-20 10:33:01 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:25 +0100 |
commit | fcadc0f841750a108d154cabee159c115b3e557a (patch) | |
tree | d2f0f7373bcab5abb3c975fab5d801a7bcea40a0 /cli/mmcli.h | |
parent | 9e241b7062883a67a31500a6f095c9839c8666c8 (diff) |
cli: add commands to get info from modem
Diffstat (limited to 'cli/mmcli.h')
-rw-r--r-- | cli/mmcli.h | 8 |
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__ */ |