aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmi-firmware-update/qfu-updater.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2016-11-25 22:30:42 +0100
committerAleksander Morgado <aleksander@aleksander.es>2017-01-16 11:24:11 +0100
commitb9c92829771429a1b5419594052efb2e679d8d32 (patch)
treef7bebcdcda0b6f64de4283c7186d546e26048a22 /src/qmi-firmware-update/qfu-updater.h
parent117775369f0b7e4e8151d4ebf0a249a9e50a5c1a (diff)
downloadexternal_libqmi-b9c92829771429a1b5419594052efb2e679d8d32.zip
external_libqmi-b9c92829771429a1b5419594052efb2e679d8d32.tar.gz
external_libqmi-b9c92829771429a1b5419594052efb2e679d8d32.tar.bz2
qmi-firmware-update: allow selecting multiple image files to download
Diffstat (limited to 'src/qmi-firmware-update/qfu-updater.h')
-rw-r--r--src/qmi-firmware-update/qfu-updater.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmi-firmware-update/qfu-updater.h b/src/qmi-firmware-update/qfu-updater.h
index df36a00..46c3bbc 100644
--- a/src/qmi-firmware-update/qfu-updater.h
+++ b/src/qmi-firmware-update/qfu-updater.h
@@ -49,6 +49,7 @@ struct _QfuUpdaterClass {
GType qfu_updater_get_type (void);
QfuUpdater *qfu_updater_new (GFile *cdc_wdm_file,
+ GList *image_file_list,
gboolean device_open_proxy,
gboolean device_open_mbim);
void qfu_updater_run (QfuUpdater *self,