diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-12-21 15:16:07 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:36 +0100 |
commit | 6583bd61e13e842ab6b016cb0947432f1e3aea26 (patch) | |
tree | d33ae194c1ca7f9b3fb8576bb9dbcdb7b8e081e9 /cli/mmcli.h | |
parent | 73ca5dcb24c131d3e3a99a89dcd6f1329c9d90f4 (diff) |
cli: implement 3GPP related actions
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 bf35d35d..e2323b59 100644 --- a/cli/mmcli.h +++ b/cli/mmcli.h @@ -44,6 +44,14 @@ void mmcli_modem_run_asynchronous (GDBusConnection *connection, void mmcli_modem_run_synchronous (GDBusConnection *connection); void mmcli_modem_shutdown (void); +/* 3GPP group */ +GOptionGroup *mmcli_modem_3gpp_get_option_group (void); +gboolean mmcli_modem_3gpp_options_enabled (void); +void mmcli_modem_3gpp_run_asynchronous (GDBusConnection *connection, + GCancellable *cancellable); +void mmcli_modem_3gpp_run_synchronous (GDBusConnection *connection); +void mmcli_modem_3gpp_shutdown (void); + /* Bearer group */ GOptionGroup *mmcli_bearer_get_option_group (void); gboolean mmcli_bearer_options_enabled (void); |