diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-12-22 20:44:18 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:37 +0100 |
commit | 21d3aed12536509ca3694374a2dc5abad619e577 (patch) | |
tree | 8200cc3370f92f03dca522cb198c0383b51ff47c /cli/mmcli.h | |
parent | 90b4323b8a5499ac6f18e99477778f9e9c4e20ee (diff) |
cli: implement actions from the Simple interface
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 3c241588..f6bb8f37 100644 --- a/cli/mmcli.h +++ b/cli/mmcli.h @@ -52,6 +52,14 @@ void mmcli_modem_3gpp_run_asynchronous (GDBusConnection *connection, void mmcli_modem_3gpp_run_synchronous (GDBusConnection *connection); void mmcli_modem_3gpp_shutdown (void); +/* Simple group */ +GOptionGroup *mmcli_modem_simple_get_option_group (void); +gboolean mmcli_modem_simple_options_enabled (void); +void mmcli_modem_simple_run_asynchronous (GDBusConnection *connection, + GCancellable *cancellable); +void mmcli_modem_simple_run_synchronous (GDBusConnection *connection); +void mmcli_modem_simple_shutdown (void); + /* Bearer group */ GOptionGroup *mmcli_bearer_get_option_group (void); gboolean mmcli_bearer_options_enabled (void); |