aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-10-02 12:55:35 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-10-04 10:17:05 +0200
commitc07a3832dd87e1501420a4f902d8c3b0f57e24d6 (patch)
tree315319f94c03b35649e93eaef13ed7c406e41dfc /cli/mmcli.h
parent715a7759491b3c7c716ffbf768a2ece222b23fb1 (diff)
cli: new `--firmware-list' and `--firmware-select' actions
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 441bb8e3..52439699 100644
--- a/cli/mmcli.h
+++ b/cli/mmcli.h
@@ -93,6 +93,14 @@ void mmcli_modem_time_run_asynchronous (GDBusConnection *connection,
void mmcli_modem_time_run_synchronous (GDBusConnection *connection);
void mmcli_modem_time_shutdown (void);
+/* Firmware group */
+GOptionGroup *mmcli_modem_firmware_get_option_group (void);
+gboolean mmcli_modem_firmware_options_enabled (void);
+void mmcli_modem_firmware_run_asynchronous (GDBusConnection *connection,
+ GCancellable *cancellable);
+void mmcli_modem_firmware_run_synchronous (GDBusConnection *connection);
+void mmcli_modem_firmware_shutdown (void);
+
/* Bearer group */
GOptionGroup *mmcli_bearer_get_option_group (void);
gboolean mmcli_bearer_options_enabled (void);